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

The Order Info structure holding all information about the order. More...

Public Member Functions

std::string toString () const
 Returns string representation.
 

Public Attributes

TimeSpec timestampIn
 Accepted timestamp.
 
TimeSpec timestampCreated
 Created timestamp.
 
OrderId orderId
 Indicates the identifier of the order.
 
Party party
 This is the declared counter party for the other side of the trade.
 
SeriesId seriesId
 The series to which this order information relates.
 
TradingCode tradingCode
 Contains the user identity.
 
TradingCode exUserCode
 Ex User Code.
 
OrderVar orderVar
 Order record details.
 
GiveUpMember giveUpMember
 If Give up member is specified, the ownership of the order is transferred to that member in the clearing house.
 
std::string exchangeInfo
 This is an exchange specific field and can be used for different purposes, e.g. as a free text field.
 
uint32 orderIndex
 The order index is a counter that is used as search criteria for querying the next segment of information.
 
uint16 transactionNumber
 A number used to distinguish between different transactions to the same central subsystem.
 
OrderChangeReason::Enum orderChangeReason
 Defines why the order was changed.
 
int64 totalVolume
 Current total volume of the order now that the night batch job have run.
 
int32 mpMaxRandomHidden
 Max shown quantity in an random hidden order related transaction.
 
int64 displayQuantity
 Current shown volume of the order in the market place now that the night batch jobs have run.
 
int64 origTotalVolume
 The totalVolume value of the order when it was originally entered or as last altered either by an alter order transaction (e.g. More...
 
int64 origShownQuantity
 The shown quantity of the order when it was originally entered or as last altered either by an alter order transaction (e.g. More...
 
OrderState::Enum orderState
 Indicates the state current state of the order.
 

Detailed Description

The Order Info structure holding all information about the order.

Member Data Documentation

int64 origShownQuantity

The shown quantity of the order when it was originally entered or as last altered either by an alter order transaction (e.g.

MO33) or by being traded with another order.

int64 origTotalVolume

The totalVolume value of the order when it was originally entered or as last altered either by an alter order transaction (e.g.

MO33) or by being traded with another order.