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

Holds one row of trade information. More...

Public Attributes

OrderId orderId
 
std::string clientOrderId
 Client orderId.
 
const Seriesseries
 Series id.
 
Price dealPrice
 Deal price.
 
OMexBool::Enum hiddenPrice
 Price is hidden.
 
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.
 
unsigned exchOrderType
 TODO: request to SGX support.
 
int tradeReportType
 TODO: request to SGX support.
 
int tradeCondition
 TODO: request to SGX support.
 

Detailed Description

Holds one row of trade information.