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

Public Member Functions

 BV_OFFICIAL_PRICE_INFO ()
 ~BV_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 sectionId
UInt32 instrumentClassId
UInt32 financialInstrumentId
TI_INSTRUMENT_TYPE::Enum instrumentType

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_OFFICIAL_PRICE_INFO()

◆ ~BV_OFFICIAL_PRICE_INFO()

Definition at line 49 of file SMP.Substructures.BV_OFFICIAL_PRICE_INFO.h.

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 71 of file SMP.Substructures.BV_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 58 of file SMP.Substructures.BV_OFFICIAL_PRICE_INFO.h.

◆ instrumentClassId

UInt32 instrumentClassId

Unique ID of the instrument class.

Definition at line 55 of file SMP.Substructures.BV_OFFICIAL_PRICE_INFO.h.

◆ instrumentType

TI_INSTRUMENT_TYPE::Enum instrumentType

Intrument type.

Definition at line 61 of file SMP.Substructures.BV_OFFICIAL_PRICE_INFO.h.

◆ sectionId

UInt32 sectionId

Unique ID of the section.

Definition at line 52 of file SMP.Substructures.BV_OFFICIAL_PRICE_INFO.h.