Definition at line 69 of file OrderBook.h.
◆ ~OrderBook()
◆ asks()
Gets offer side of the price level book.
◆ bids()
Gets bid side of the price level book.
◆ brief() [1/2]
std::string brief |
( |
| ) |
const |
|
inline |
◆ brief() [2/2]
void brief |
( |
std::string & | | ) |
const |
Appends brief book info to the string.
◆ depth()
std::size_t depth |
( |
| ) |
const |
Returns the maximum book depth.
◆ empty()
Indicates whether book has no bids & asks.
◆ marketId()
Unique identifier of a market.
◆ toString() [1/2]
std::string toString |
( |
| ) |
const |
|
inline |
String presentation of the book.
Definition at line 121 of file OrderBook.h.
◆ toString() [2/2]
void toString |
( |
std::string & | | ) |
const |
String presentation of the book.
◆ OrderBookProcessor
friend class OrderBookProcessor |
|
friend |