OnixS SGX Derivatives Handler for C++  2.17.0.0
Public Attributes | List of all members
TradeInfoRow Struct Reference

Holds one row of trade information. More...

Public Attributes

OrderId orderId
 ID of matched order in the deal.
 
std::string clientOrderId
 Client ID of order.
 
int dealQuantity
 Quantity for given order.
 
int remainingQuantity
 Remaining quantity in given order.
 
Side::Enum side
 Trade side.
 
unsigned dealSource
 TODO: request to SGX support.
 
unsigned block
 Minimum number of units (options, futures, forwards and so on) in an order transaction.
 
OrderType::Enum exchOrderType
 

Detailed Description

Holds one row of trade information.