#include <OrderBook.h>
Definition at line 126 of file OrderBook.h.
Gets bid side of the full order depth book. The bid orders are stored in order of arrival.
- Note
- Always empty for price level books.
Gets bid side of the price level book. The bids are stored in descending order based on price.
- Note
- Could be affected by the bid orders.
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. The offer orders are stored in order of arrival.
- Note
- Always empty for price level books.
Gets offer side of the price level book. The offers are stored in ascending order based on price.
- Note
- Could be affected by the offer orders.
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 201 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: