#include <OnixS/Eurex/MarketData/Trade.h>
Public Member Functions | |
UInt32 | entryId () const |
void | toString (std::string &) const ONIXS_EUREX_EMDI_OVERRIDE |
Public Member Functions inherited from Trade< MDIncrementalEntry > | |
Trade (SecurityId id, UInt32 sequenceNumber, const MDIncrementalEntry &tradeEntry) | |
SecurityId | securityId () const |
TrdType::Enum | type () const |
TradeConditionSet | condition () const |
bool | volume (Decimal &value) const |
bool | price (Decimal &value) const |
const MDIncrementalEntry & | underlyingEntry () const |
UInt32 | sequenceNumber () const |
UInt32 | size () const |
std::string | toString () const |
virtual | ~Trade () |
Protected Member Functions | |
IncrementalTrade (SecurityId id, UInt32 sequenceNumber, const MDIncrementalEntry &tradeEntry) | |
Additional Inherited Members | |
Protected Attributes inherited from Trade< MDIncrementalEntry > | |
SecurityId | securityId_ |
UInt32 | sequenceNumber_ |
const MDIncrementalEntry & | tradeEntry_ |
|
protected |
Initializes an instance.
UInt32 entryId | ( | ) | const |
MDEntryID.
|
virtual |
Appends text presentation.
Implements Trade< MDIncrementalEntry >.