OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers 18.2.0
API documentation
Loading...
Searching...
No Matches
AddScaledSimpleInstrument Class Reference

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 DataSourcedataSource () 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

Detailed Description

Definition at line 70 of file AddScaledSimpleInstrument.h.

Member Function Documentation

◆ msgType()

std::string msgType ( ) const

Message type.

◆ quantityScalingFactor()

UInt16 quantityScalingFactor ( ) const

◆ relatedInstrumentEntries()

RelatedInstrumentEntries relatedInstrumentEntries ( ) const

◆ securityDesc()

StringRef securityDesc ( ) const

Human readable description of instrument.

◆ securityID()

UInt64 securityID ( ) const

Unique instrument identifier.

◆ securityType()

EOBI::SecurityType::Enum securityType ( ) const

Strategy Type.

◆ transactTime()

UInt64 transactTime ( ) const

Official timestamp of order book entry.

◆ Implementation::MessageFactory

friend class Implementation::MessageFactory
friend

Definition at line 96 of file AddScaledSimpleInstrument.h.