#include <OnixS/CME/MDH/TradeOrderIds.h>
Public Member Functions | |
| TradeOrderDetails () | |
| template<class Entry> | |
| TradeOrderDetails (const Entry &entry) | |
| OrderId | orderId () const |
| Int32 | lastQty () const |
Stores information on a trade order like the order identifier and the other details.
Definition at line 32 of file TradeOrderIds.h.
|
inline |
Initializes blank instance with no valid attributes.
Definition at line 36 of file TradeOrderIds.h.
|
inlineexplicit |
Retrieves order details from the given market data entry.
Definition at line 45 of file TradeOrderIds.h.
|
inline |
Returns last quantity for the order referenced by the trade.
Definition at line 59 of file TradeOrderIds.h.
|
inline |
Returns the order identifier.
Definition at line 52 of file TradeOrderIds.h.