OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
BV_CMF_OFFICIAL_PRICE_INFO Class Reference

Public Member Functions

 BV_CMF_OFFICIAL_PRICE_INFO ()
 ~BV_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

std::string cMFSectionCode
std::string cMFSectionDesc
UInt32 instrumentClassId
UInt32 financialInstrumentId
TI_INSTRUMENT_TYPE::Enum instrumentType

Detailed Description

Constructor & Destructor Documentation

◆ BV_CMF_OFFICIAL_PRICE_INFO()

◆ ~BV_CMF_OFFICIAL_PRICE_INFO()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ cMFSectionCode

std::string cMFSectionCode

CMF Section Code.

Definition at line 54 of file SMP.Substructures.BV_CMF_OFFICIAL_PRICE_INFO.h.

◆ cMFSectionDesc

std::string cMFSectionDesc

CMF Section Description.

Definition at line 57 of file SMP.Substructures.BV_CMF_OFFICIAL_PRICE_INFO.h.

◆ financialInstrumentId

UInt32 financialInstrumentId

Unique ID of the financial instrument.

Definition at line 63 of file SMP.Substructures.BV_CMF_OFFICIAL_PRICE_INFO.h.

◆ instrumentClassId

UInt32 instrumentClassId

Unique ID of the instrument class.

Definition at line 60 of file SMP.Substructures.BV_CMF_OFFICIAL_PRICE_INFO.h.

◆ instrumentType

TI_INSTRUMENT_TYPE::Enum instrumentType

Instrument type.

Definition at line 66 of file SMP.Substructures.BV_CMF_OFFICIAL_PRICE_INFO.h.