#include <OrderBook.h>
Definition at line 126 of file OrderBook.h.
Gets bid side of the full order depth book.
Gets bid side of the price level book.
std::string brief |
( |
| ) |
const |
|
inline |
void brief |
( |
std::string & |
| ) |
const |
Appends brief book info to the string.
std::size_t depth |
( |
| ) |
const |
Returns the maximum book depth.
Indicates whether book has no bids & asks.
Unique identifier of a market.
Gets offer side of the full order depth book.
Gets offer side of the price level book.
Creates immutable snapshot of the book owned by caller. It's responsibility of caller to delete returned snapshot.
std::string toString |
( |
| ) |
const |
|
inline |
String presentation of the book.
Definition at line 189 of file OrderBook.h.
void toString |
( |
std::string & |
| ) |
const |
String presentation of the book.
friend class OrderBookHolder |
|
friend |
The documentation for this class was generated from the following file: