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

Public Member Functions

 BV_HIST_INSTRUMENT_INFO_EXT ()
 ~BV_HIST_INSTRUMENT_INFO_EXT ()
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 sectionCode
std::string sectionDesc
std::string instrumentCode
std::string instrumentDesc
TI_INSTRUMENT_TYPE::Enum instrumentType
std::string financialInstrumentCode
std::string financialInstrumentDesc
std::string instrumentClassCode
std::string instrumentClassDesc

Detailed Description

Constructor & Destructor Documentation

◆ BV_HIST_INSTRUMENT_INFO_EXT()

◆ ~BV_HIST_INSTRUMENT_INFO_EXT()

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

◆ financialInstrumentCode

std::string financialInstrumentCode

Code of the financial instrument.

Definition at line 75 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.

◆ financialInstrumentDesc

std::string financialInstrumentDesc

Description of the financial instrument.

Definition at line 78 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.

◆ instrumentClassCode

std::string instrumentClassCode

Code of the instrument class.

Definition at line 81 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.

◆ instrumentClassDesc

std::string instrumentClassDesc

Description of the instrument class.

Definition at line 84 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.

◆ instrumentCode

std::string instrumentCode

Alphanumeric code of the tradable instrument.

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

◆ instrumentDesc

std::string instrumentDesc

Description of the tradable instrument.

Definition at line 69 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.

◆ instrumentType

TI_INSTRUMENT_TYPE::Enum instrumentType

Identifier of the tradable instrument type (Bond only)

Definition at line 72 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.

◆ sectionCode

std::string sectionCode

Section code.

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

◆ sectionDesc

std::string sectionDesc

Section description.

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