#include <OnixS/MTS/BondVision/SDP/Classes/Substructures/SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h>
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 |
Definition at line 42 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.
|
inline |
Definition at line 45 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.
|
inline |
Definition at line 57 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 94 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
std::string financialInstrumentCode |
Code of the financial instrument.
Definition at line 75 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.
std::string financialInstrumentDesc |
Description of the financial instrument.
Definition at line 78 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.
std::string instrumentClassCode |
Code of the instrument class.
Definition at line 81 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.
std::string instrumentClassDesc |
Description of the instrument class.
Definition at line 84 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.
std::string instrumentCode |
Alphanumeric code of the tradable instrument.
Definition at line 66 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.
std::string instrumentDesc |
Description of the tradable instrument.
Definition at line 69 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.
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.
std::string sectionCode |
Section code.
Definition at line 60 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.
std::string sectionDesc |
Section description.
Definition at line 63 of file SMP.Substructures.BV_HIST_INSTRUMENT_INFO_EXT.h.