OnixS EBS BrokerTec Market Data and Trading Handler for C++  2.14.1.0
Public Member Functions | Public Attributes | List of all members
ObLevelsTotalQuantity Struct Reference

Order Book Levels Total Quantity structure fields. More...

Public Member Functions

 ObLevelsTotalQuantity (int64 totalQuantityBid, int64 totalQuantityAsk)
 Constructor.
 
 ObLevelsTotalQuantity ()
 Default constructor.
 
std::string toString () const
 String representation.
 

Public Attributes

int64 totalQuantityBid
 Defines the total bid quantity.
 
int64 totalQuantityAsk
 Defines the total ask quantity.
 

Detailed Description

Order Book Levels Total Quantity structure fields.