47 instrumentCode.reserve(12);
48 instrumentDesc.reserve(36);
49 instrumentClassCode.reserve(12);
50 instrumentClassDesc.reserve(36);
51 startDateCode.reserve(12);
52 endDateCode.reserve(12);
53 floatRateCode.reserve(12);
54 vanillaCode.reserve(8);
94 size_t deserialize(
const void* buf,
size_t inLen);
97 std::string toString ()
const;
103 size_t serialize(
void* buf)
const;
TI_INSTRUMENT_TYPE::Enum instrumentType
Type of the instrument.
std::string vanillaCode
Alphanumeric code of the Vanilla.
UInt32 endDate
Final value date.
std::string floatRateCode
Alphanumeric code of the rate type.
std::string instrumentClassDesc
Description of the instrument class.
std::string instrumentClassCode
Code of the instrument class.
std::string startDateCode
Alphanumeric code of the initial value date.
std::string instrumentCode
Alphanumeric code of the instrument.
std::string instrumentDesc
Description of the tradable instrument.
size_t serializationBufSize() const
TI_HIST_INSTRUMENT_INFO()
UInt32 startDate
Initial value date.
~TI_HIST_INSTRUMENT_INFO()
std::string endDateCode
Alphanumeric code of the final value date.