43 : exist_(other.exist_)
44 , price_(other.price_)
107 price_ = other.price_;
109 exist_ = other.exist_;
134 toStr(str, priceLevel);
Decimal & price()
Price value.
ImpliedPriceLevel & operator=(const ImpliedPriceLevel &other)
Int32 quantity() const
Quantify for the given price.
bool & exist()
Updates existence status.
Int32 & quantity()
Quantify for the given price.
std::string toStr(const ImpliedPriceLevel &priceLevel)
Serializes price level attributes into a string.
#define ONIXS_CMEMDH_LTWT
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
ImpliedPriceLevel()
Initializes undefined level.
bool exist() const
Identifies whether price level exist.
ImpliedPriceLevel(const Decimal &price, Int32 qty)
Initializes defined level according to specified attributes.
#define ONIXS_CMEMDH_NAMESPACE_END