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

Holds one row of trade information. More...

Public Member Functions

std::string toString () const
 String representation.
 
 TradeInfoRow ()
 Constructor.
 

Public Attributes

OrderId orderId
 Matched order in the trade.
 
int64 dealQuantity
 Quantity for given order.
 
int64 remainingQuantity
 Remaining quantity in given order.
 
uint32 blockSize
 Block size.
 
Side::Enum side
 Trade side.
 
DealSource::Enum dealSource
 Source of deal.
 
ExchangeOrderType::Enum exchangeOrderType
 This is bit-coded field for exchange specific order types and attributes.
 

Detailed Description

Holds one row of trade information.