40 , ordersQty_(other.ordersQty_)
48 , ordersQty_(ordersQty)
72 ordersQty_ = other.ordersQty_;
91 toStr(str, priceLevel);
#define ONIXS_CMEMDH_NAMESPACE_BEGIN
#define ONIXS_CMEMDH_LTWT
#define ONIXS_CMEMDH_NAMESPACE_END
#define ONIXS_CMEMDH_EXPORTED
A real number with floating exponent.
Encapsulates price level concept.
DirectPriceLevel & operator=(const DirectPriceLevel &other)
Re-initializes as copy of other instance.
DirectPriceLevel(const Decimal &price, Int32 qty, Int32 ordersQty)
Initializes defined level according to specified attributes.
DirectPriceLevel(const DirectPriceLevel &other)
Initializes as copy of other level.
Int32 numberOfOrders() const
Total number of orders of given price.
DirectPriceLevel()
Initializes undefined level.
Int32 & numberOfOrders()
Updates total number of orders.
ImpliedPriceLevel()
Initializes undefined level.
const Decimal & price() const
Price value.
void toStr(std::string &, BookState::Enum)
Serializes book state value into a string.