OnixS CBOE CSM Handler for C++  1.2.8.0
Public Member Functions
PriceLevel Struct Reference

Encapsulates price level concept. More...

List of all members.

Public Member Functions

 PriceLevel (const Price &price, Quantity quantity, VolumeTypes::Enum type)
 Initializes the instances according to specified attributes.
bool isValid () const
 Validity check.
const Priceprice () const
 Price value.
Quantity quantity () const
 Quantify for the given price.
void setQuantity (Quantity q)
VolumeTypes::Enum type () const
 Volume type.
void swap (PriceLevel &)
 swap values
std::string toString () const
 Returns string representation of the instance.
void toString (std::string &) const
 Appends representation of the instance to the string.

Detailed Description

Encapsulates price level concept.