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;
TI_INSTRUMENT_TYPE::Enum instrumentType
Identifier of the tradable instrument type (Bond, Spread, Basis, etc.)
std::string instrumentCode
Alphanumeric code of the tradable instrument.
std::string sectionCode
Section code.
std::string instrumentClassDesc
Description of the instrument class.
std::string financialInstrumentCode
Code of the financial instrument.
CMF_HIST_INSTRUMENT_INFO()
std::string instrumentClassCode
Code of the instrument class.
std::string instrumentDesc
Instrument description.
std::string sectionDesc
Section description.
size_t serializationBufSize() const
std::string financialInstrumentDesc
Description of the financial instrument.
~CMF_HIST_INSTRUMENT_INFO()