Public Member Functions | |
| std::string | msgType () const |
| EOBI::MarketDataType::Enum | marketDataType () const |
| EOBI::MDUpdateAction::Enum | mdUpdateAction () const |
| EOBI::SecurityIDSource::Enum | securityIDSource () const |
| UInt64 | requestTime () const |
| UInt64 | transactTime () const |
| UInt64 | securityID () const |
| UInt64 | trdRegTSTimePriority () const |
| QuantityType | displayQty () const |
| EOBI::Side::Enum | side () const |
| EOBI::OrderType::Enum | ordType () const |
| UInt8 | hHIIndicator () const |
| bool | price (Decimal &price) const |
| void | toString (std::string &) const ONIXS_EUREX_EMDI_OVERRIDE |
| Public Member Functions inherited from MessageBase | |
| UInt32 | msgSeqNum () const |
| std::string | toString () const |
| virtual | ~MessageBase () |
| const DataSource & | dataSource () const |
Friends | |
| class | Implementation::MessageFactory |
| class | ::Testing::TestingOrderDelete |
Additional Inherited Members | |
| Protected Member Functions inherited from MessageBase | |
| MessageBase (const void *data, const DataSource &dataSource) | |
| Protected Member Functions inherited from DataContainer | |
| DataContainer (const void *data) | |
| template<class TData> | |
| const TData * | getData () const ONIXS_EUREX_EMDI_NOEXCEPT |
Definition at line 40 of file OrderDelete.h.
| QuantityType displayQty | ( | ) | const |
| UInt8 hHIIndicator | ( | ) | const |
The updated index of the HHI interval at the ordersÂ’ price level, if the product is HHI enabled.
| EOBI::MarketDataType::Enum marketDataType | ( | ) | const |
Market data type.
| EOBI::MDUpdateAction::Enum mdUpdateAction | ( | ) | const |
Type of Market Data update action.
| std::string msgType | ( | ) | const |
Message type.
| EOBI::OrderType::Enum ordType | ( | ) | const |
Reserved for future release.
| bool price | ( | Decimal & | price | ) | const |
Price.
| UInt64 requestTime | ( | ) | const |
Matching engine In timestamp.
| UInt64 securityID | ( | ) | const |
Unique instrument identifier.
| EOBI::SecurityIDSource::Enum securityIDSource | ( | ) | const |
Marketplace assigned identifier.
| EOBI::Side::Enum side | ( | ) | const |
Side of the order.
|
virtual |
Appends text presentation.
Reimplemented from MessageBase.
| UInt64 transactTime | ( | ) | const |
Transaction timestamp.
| UInt64 trdRegTSTimePriority | ( | ) | const |
Priority timestamp.
|
friend |
Definition at line 87 of file OrderDelete.h.
|
friend |
Definition at line 86 of file OrderDelete.h.