Definition at line 48 of file OrderBook.h.
PriceLevel | ( | ) |
Default initialization.
|
explicit |
Initializes the instances according to specified attributes.
PriceLevel | ( | const PriceLevel & | ) |
|
inline |
Price8 value.
Definition at line 242 of file OrderBook.h.
|
inline |
Total number of orders of given price.
Definition at line 266 of file OrderBook.h.
|
inline |
Updates total number of orders.
Definition at line 272 of file OrderBook.h.
PriceLevel & operator= | ( | const PriceLevel & | other | ) |
const OrderInfos & orders | ( | ) | const |
returns list of order IDs for the price level
|
inline |
Quantify for the given price.
Definition at line 254 of file OrderBook.h.
|
inline |
Updates quantity value.
Definition at line 260 of file OrderBook.h.
|
inline |
Updates price value.
Definition at line 248 of file OrderBook.h.
void swap | ( | PriceLevel & | ) |
swap values
|
inline |
Definition at line 290 of file OrderBook.h.
|
inline |
Definition at line 296 of file OrderBook.h.
std::string toString | ( | ) | const |
Returns string representation of the instance.
void toString | ( | std::string & | ) | const |
Appends representation of the instance to the string.