OnixS C++ CME Market Data Handler  2.56.0.0
Public Member Functions | List of all members
ImpliedPriceLevel Class Reference

Encapsulates price level concept. More...

Public Member Functions

 ImpliedPriceLevel ()
 Initializes undefined level.
 
 ImpliedPriceLevel (const ImpliedPriceLevel &other)
 Initializes as copy of other level.
 
 ImpliedPriceLevel (const Price &price, SignedQuantity qty)
 Initializes defined level according to specified attributes. More...
 
bool exist () const
 Identifies whether price level exist.
 
bool & exist ()
 Updates existence status.
 
const Priceprice () const
 Price value.
 
Priceprice ()
 Price value.
 
SignedQuantity quantity () const
 Quantify for the given price.
 
SignedQuantity & quantity ()
 Quantify for the given price.
 
std::string toString () const
 Returns string representation of the instance.
 
void toString (std::string &) const
 Appends representation of the instance to the string.
 
ImpliedPriceLeveloperator= (const ImpliedPriceLevel &other)
 

Detailed Description

Encapsulates price level concept.

Constructor & Destructor Documentation

ImpliedPriceLevel ( const Price price,
SignedQuantity  qty 
)
inline

Initializes defined level according to specified attributes.