44 : exist_(other.exist_)
45 , price_(other.price_)
108 price_ = other.price_;
110 exist_ = other.exist_;
135 toStr(str, priceLevel);
Decimal & price()
Price value.
ImpliedPriceLevel & operator=(const ImpliedPriceLevel &other)
bool & exist()
Updates existence status.
std::string toStr(const ImpliedPriceLevel &priceLevel)
Serializes price level attributes into a string.
#define ONIXS_CMEMDH_LTWT
MbpBookQuantity quantity() const
Quantity for the given price.
ImpliedPriceLevel(const Decimal &price, MbpBookQuantity qty)
Initializes defined level according to specified attributes.
Encapsulates price level concept.
ImpliedPriceLevel(const ImpliedPriceLevel &other)
Initializes as copy of other level.
~ImpliedPriceLevel()
Cleans everything up.
const Decimal & price() const
Price value.
A real number with floating exponent.
#define ONIXS_CMEMDH_NAMESPACE_BEGIN
#define ONIXS_CMEMDH_EXPORTED
MbpBookQuantity & quantity()
Quantity for the given price.
ImpliedPriceLevel()
Initializes undefined level.
Int64 MbpBookQuantity
Type for order Quantity.
bool exist() const
Identifies whether price level exist.
#define ONIXS_CMEMDH_NAMESPACE_END