#include <OnixS/Eurex/MarketData/EOBI/SnapshotOrder.h>
Public Member Functions | |
std::string | msgType () const |
EOBI::MarketDataType::Enum | marketDataType () const |
EOBI::MDUpdateAction::Enum | mdUpdateAction () 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 |
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 35 of file SnapshotOrder.h.
QuantityType displayQty | ( | ) | const |
Quantity.
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 |
Update action.
std::string msgType | ( | ) | const |
Message type.
EOBI::OrderType::Enum ordType | ( | ) | const |
Reserved for future release.
bool price | ( | Decimal & | price | ) | const |
Price.
EOBI::Side::Enum side | ( | ) | const |
Side of the order. Value Description: 1 Buy, 2 Sell.
|
virtual |
Appends text presentation.
Reimplemented from MessageBase.
UInt64 trdRegTSTimePriority | ( | ) | const |
Priority timestamp.
|
friend |
Definition at line 69 of file SnapshotOrder.h.