#include <OnixS/Eurex/MarketData/EOBI/AddScaledSimpleInstrument.h>
Public Member Functions | |
std::string | msgType () const |
UInt64 | securityID () const ONIXS_EUREX_EMDI_NOEXCEPT |
UInt64 | transactTime () const ONIXS_EUREX_EMDI_NOEXCEPT |
StringRef | securityDesc () const ONIXS_EUREX_EMDI_NOEXCEPT |
EOBI::SecurityType::Enum | securityType () const ONIXS_EUREX_EMDI_NOEXCEPT |
UInt16 | quantityScalingFactor () const ONIXS_EUREX_EMDI_NOEXCEPT |
RelatedInstrumentEntries | relatedInstrumentEntries () const ONIXS_EUREX_EMDI_NOEXCEPT |
Public Member Functions inherited from MessageBase | |
UInt32 | msgSeqNum () const |
std::string | toString () const |
virtual void | toString (std::string &) 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 70 of file AddScaledSimpleInstrument.h.
std::string msgType | ( | ) | const |
Message type.
UInt16 quantityScalingFactor | ( | ) | const |
RelatedInstrumentEntries relatedInstrumentEntries | ( | ) | const |
StringRef securityDesc | ( | ) | const |
Human readable description of instrument.
UInt64 securityID | ( | ) | const |
Unique instrument identifier.
EOBI::SecurityType::Enum securityType | ( | ) | const |
Strategy Type.
UInt64 transactTime | ( | ) | const |
Official timestamp of order book entry.
|
friend |
Definition at line 96 of file AddScaledSimpleInstrument.h.