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
Encapsulates price level concept.
DirectPriceLevel & operator=(const DirectPriceLevel &other)
Re-initializes as copy of other instance.
DirectPriceLevel(const DirectPriceLevel &other)
Initializes as copy of other level.
Messaging::Int32 numberOfOrders() const
Total number of orders of given price.
DirectPriceLevel()
Initializes undefined level.
DirectPriceLevel(const Messaging::Decimal &price, Messaging::Int32 qty, Messaging::Int32 ordersQty)
Messaging::Int32 & numberOfOrders()
Updates total number of orders.
ImpliedPriceLevel()
Initializes undefined level.
const Messaging::Decimal & price() const
FloatingPointDecimal< DecimalMantissa, DecimalExponent > Decimal
Universal decimal type.
void toStr(std::string &, BookState::Enum)
Serializes book state value into a string.