OnixS C++ CME MDP Premium Market Data Handler 5.9.0
API Documentation
Loading...
Searching...
No Matches
TradeOrderDetails Class Reference

Public Member Functions

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

Detailed Description

Definition at line 32 of file TradeOrderIds.h.

Constructor & Destructor Documentation

◆ TradeOrderDetails() [1/2]

TradeOrderDetails ( )
inline

Initializes blank instance with no valid attributes.

Definition at line 36 of file TradeOrderIds.h.

◆ TradeOrderDetails() [2/2]

template<class Entry>
TradeOrderDetails ( const Entry & entry)
inlineexplicit

Retrieves order details from the given market data entry.

Definition at line 45 of file TradeOrderIds.h.

Member Function Documentation

◆ lastQty()

Int32 lastQty ( ) const
inline

Returns last quantity for the order referenced by the trade.

Definition at line 59 of file TradeOrderIds.h.

◆ orderId()

OrderId orderId ( ) const
inline

Returns the order identifier.

Definition at line 52 of file TradeOrderIds.h.