JayBeams
0.1
Another project to have fun coding.
|
template specialization struct to handle differences between BUY and SELL version SELL side. More...
Static Public Member Functions | |
static half_quote | empty_quote () |
static auto | empty_quote_price () |
static bool | better_level (std::size_t const tk1, std::size_t const tk2) |
static auto | limit_top_prices (std::size_t const tk_px, std::size_t const rel) |
static auto | relative_to_level (std::size_t const tk_ini, std::size_t const rel) |
returns@ price level rel positions less than tk_ini More... | |
static auto | level_to_relative (std::size_t const tk_ini, std::size_t const tk_px) |
Static Public Attributes | |
static bool constexpr | ascending = false |
template specialization struct to handle differences between BUY and SELL version SELL side.
Definition at line 530 of file array_based_order_book.hpp.
|
inlinestatic |
Definition at line 544 of file array_based_order_book.hpp.
|
inlinestatic |
Definition at line 534 of file array_based_order_book.hpp.
References jb::itch5::empty_offer().
|
inlinestatic |
Definition at line 539 of file array_based_order_book.hpp.
References jb::itch5::empty_offer_price().
|
inlinestatic |
Definition at line 563 of file array_based_order_book.hpp.
References JB_ASSERT_THROW.
|
inlinestatic |
Definition at line 550 of file array_based_order_book.hpp.
|
inlinestatic |
returns@ price level rel positions less than tk_ini
Definition at line 557 of file array_based_order_book.hpp.
|
static |
Definition at line 531 of file array_based_order_book.hpp.