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