OnixS C++ MTS Cash SDP Handler 1.8.0
API documentation
Loading...
Searching...
No Matches
CMF_OFFICIAL_PRICE_INFO Class Reference

Public Member Functions

 CMF_OFFICIAL_PRICE_INFO ()
 ~CMF_OFFICIAL_PRICE_INFO ()
size_t deserialize (const void *buf, size_t inLen)
std::string toString () const
size_t serializationBufSize () const
size_t serialize (void *buf) const

Public Attributes

UInt32 marketId
UInt32 sectionId
UInt32 instrumentClassId
UInt32 financialInstrumentId
TI_INSTRUMENT_TYPE::Enum instrumentType

Detailed Description

Definition at line 42 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.

Constructor & Destructor Documentation

◆ CMF_OFFICIAL_PRICE_INFO()

◆ ~CMF_OFFICIAL_PRICE_INFO()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 74 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ financialInstrumentId

UInt32 financialInstrumentId

Unique ID of the financial instrument.

Definition at line 62 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.

◆ instrumentClassId

UInt32 instrumentClassId

Unique ID of the instrument class.

Definition at line 59 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.

◆ instrumentType

TI_INSTRUMENT_TYPE::Enum instrumentType

Identifier of the instrument type (Bond, Spread, Basis, etc.)

Definition at line 65 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.

◆ marketId

UInt32 marketId

Unique ID of the market.

Definition at line 53 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.

◆ sectionId

UInt32 sectionId

Unique ID of the section.

Definition at line 56 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.