OnixS Borsa Italiana IDEM SOLA HSVF Market Data Handler for C++  1.1.2.0
Public Member Functions | Public Attributes | List of all members
PriceLevel Class Reference

Price Level. More...

Public Member Functions

 PriceLevel ()
 Initialize default instance.
 
 PriceLevel (const Rational &price, const UInt64 &quantity, const UInt64 &ordersCount)
 Initialize default instance.
 
bool operator== (const PriceLevel &p) const
 Compare between price levels.
 
bool operator!= (const PriceLevel &p) const
 
std::string toString () const
 String representation.
 

Public Attributes

Rational price
 Price on given price level.
 
UInt64 quantity
 Quantity on given price level.
 
UInt64 ordersCount
 Number of orders.
 

Detailed Description

Price Level.