JayBeams  0.1
Another project to have fun coding.
Static Public Member Functions | Static Public Attributes | List of all members
jb::itch5::map_based_book_side< compare_t >::side< ordering, DUMMY > Struct Template Reference

template specialization struct to handle differences between BUY and SELL version SELL side More...

#include <map_based_order_book.hpp>

Static Public Member Functions

static half_quote empty_quote ()
 

Static Public Attributes

static bool constexpr ascending = false
 

Detailed Description

template<typename compare_t>
template<typename ordering, class DUMMY = void>
struct jb::itch5::map_based_book_side< compare_t >::side< ordering, DUMMY >

template specialization struct to handle differences between BUY and SELL version SELL side

Definition at line 134 of file map_based_order_book.hpp.

Member Function Documentation

◆ empty_quote()

template<typename compare_t >
template<typename ordering , class DUMMY = void>
static half_quote jb::itch5::map_based_book_side< compare_t >::side< ordering, DUMMY >::empty_quote ( )
inlinestatic
Returns
an empty offer

Definition at line 138 of file map_based_order_book.hpp.

References jb::itch5::empty_offer().

Member Data Documentation

◆ ascending

template<typename compare_t >
template<typename ordering , class DUMMY = void>
bool constexpr jb::itch5::map_based_book_side< compare_t >::side< ordering, DUMMY >::ascending = false
static

Definition at line 135 of file map_based_order_book.hpp.


The documentation for this struct was generated from the following file: