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

Public Member Functions

 CMF_HIST_INSTRUMENT_INFO ()
 ~CMF_HIST_INSTRUMENT_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 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

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

Constructor & Destructor Documentation

◆ CMF_HIST_INSTRUMENT_INFO()

◆ ~CMF_HIST_INSTRUMENT_INFO()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 94 of file SMP.Substructures.CMF_HIST_INSTRUMENT_INFO.h.

◆ 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 76 of file SMP.Substructures.CMF_HIST_INSTRUMENT_INFO.h.

◆ financialInstrumentDesc

std::string financialInstrumentDesc

Description of the financial instrument.

Definition at line 79 of file SMP.Substructures.CMF_HIST_INSTRUMENT_INFO.h.

◆ instrumentClassCode

std::string instrumentClassCode

Code of the instrument class.

Definition at line 82 of file SMP.Substructures.CMF_HIST_INSTRUMENT_INFO.h.

◆ instrumentClassDesc

std::string instrumentClassDesc

Description of the instrument class.

Definition at line 85 of file SMP.Substructures.CMF_HIST_INSTRUMENT_INFO.h.

◆ instrumentCode

std::string instrumentCode

Alphanumeric code of the tradable instrument.

Definition at line 67 of file SMP.Substructures.CMF_HIST_INSTRUMENT_INFO.h.

◆ instrumentDesc

std::string instrumentDesc

Instrument description.

Definition at line 70 of file SMP.Substructures.CMF_HIST_INSTRUMENT_INFO.h.

◆ instrumentType

TI_INSTRUMENT_TYPE::Enum instrumentType

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

Definition at line 73 of file SMP.Substructures.CMF_HIST_INSTRUMENT_INFO.h.

◆ sectionCode

std::string sectionCode

Section code.

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

◆ sectionDesc

std::string sectionDesc

Section description.

Definition at line 64 of file SMP.Substructures.CMF_HIST_INSTRUMENT_INFO.h.