Definition at line 71 of file MboBook.h.
◆ Depth
typedef SortedOrders::size_type Depth |
Book depth type.
Definition at line 78 of file MboBook.h.
◆ Entries
Sorted orders are book entries.
Definition at line 81 of file MboBook.h.
◆ Entry
◆ EntryIterator
Iterator over bids and offers.
Definition at line 84 of file MboBook.h.
◆ MboBook() [1/3]
Initializes blank order book.
Definition at line 87 of file MboBook.h.
◆ MboBook() [2/3]
Initializes book using given memory pool.
Definition at line 95 of file MboBook.h.
◆ MboBook() [3/3]
Initializes as copy of other book.
Definition at line 104 of file MboBook.h.
◆ ~MboBook()
Disposes allocated resources.
Definition at line 115 of file MboBook.h.
◆ bids() [1/2]
List of descending bid prices.
Definition at line 118 of file MboBook.h.
◆ bids() [2/2]
List of descending bid prices.
Definition at line 130 of file MboBook.h.
◆ offers() [1/2]
List of ascending offer prices.
Definition at line 142 of file MboBook.h.
◆ offers() [2/2]
List of ascending offer prices.
Definition at line 154 of file MboBook.h.
◆ operator=()
Re-initializes as copy of other instance.
Definition at line 189 of file MboBook.h.
◆ operator[]() [1/4]
List of descending bid prices.
Definition at line 124 of file MboBook.h.
◆ operator[]() [2/4]
List of descending bid prices.
Definition at line 136 of file MboBook.h.
◆ operator[]() [3/4]
List of ascending offer prices.
Definition at line 148 of file MboBook.h.
◆ operator[]() [4/4]
List of ascending offer prices.
Definition at line 160 of file MboBook.h.
◆ reset()
Wipes out all bids and offers and other data associated with book (like instance of last applied FIX message).
Definition at line 180 of file MboBook.h.
◆ state() [1/2]
Indicates current state of book.
Definition at line 166 of file MboBook.h.
◆ state() [2/2]
Updates state of book.
Definition at line 172 of file MboBook.h.