36 namespace BondVision {
47 sectionCode.reserve(4);
48 sectionDesc.reserve(36);
49 instrumentCode.reserve(12);
50 instrumentDesc.reserve(36);
51 financialInstrumentCode.reserve(12);
52 financialInstrumentDesc.reserve(36);
53 instrumentClassCode.reserve(12);
54 instrumentClassDesc.reserve(36);
88 size_t deserialize(
const void* buf,
size_t inLen);
91 std::string toString ()
const;
97 size_t serialize(
void* buf)
const;
std::string instrumentClassDesc
Description of the instrument class.
~BV_HIST_INSTRUMENT_INFO_EXT()
size_t serializationBufSize() const
std::string financialInstrumentDesc
Description of the financial instrument.
std::string instrumentDesc
Description of the tradable instrument.
std::string financialInstrumentCode
Code of the financial instrument.
TI_INSTRUMENT_TYPE::Enum instrumentType
Identifier of the tradable instrument type (Bond only)
std::string sectionCode
Section code.
BV_HIST_INSTRUMENT_INFO_EXT()
std::string sectionDesc
Section description.
std::string instrumentCode
Alphanumeric code of the tradable instrument.
std::string instrumentClassCode
Code of the instrument class.