OnixS C++ CME MDP Conflated UDP Handler  1.1.2
API documentation
TradeOrderDetails Class Reference

#include <OnixS/CME/ConflatedUDP/TradeOrderIds.h>

Public Member Functions

 TradeOrderDetails ()
 
template<class Entry >
 TradeOrderDetails (const Entry &entry)
 
OrderId orderId () const
 
Int32 lastQty () const
 

Detailed Description

Stores information on a trade order like the order identifier and the other details.

Definition at line 32 of file TradeOrderIds.h.

Constructor & Destructor Documentation

TradeOrderDetails ( )
inline

Initializes blank instance with no valid attributes.

Definition at line 39 of file TradeOrderIds.h.

TradeOrderDetails ( const Entry &  entry)
inlineexplicit

Retrieves order details from the given market data entry.

Definition at line 51 of file TradeOrderIds.h.

Member Function Documentation

Int32 lastQty ( ) const
inline

Returns last quantity for the order referenced by the trade.

Definition at line 68 of file TradeOrderIds.h.

OrderId orderId ( ) const
inline

Returns the order identifier.

Definition at line 61 of file TradeOrderIds.h.


The documentation for this class was generated from the following file: