47 instrumentCode.reserve(12);
48 instrumentDesc.reserve(32);
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_HIST_INSTRUMENT_INFO()
UInt32 endDate
Final value date.
std::string vanillaCode
Alphanumeric code of the Vanilla.
std::string startDateCode
Alphanumeric code of the initial value date.
std::string floatRateCode
Alphanumeric code of the rate type.
UInt32 startDate
Initial value date.
std::string instrumentClassDesc
Description of the instrument class.
size_t serializationBufSize() const
std::string endDateCode
Alphanumeric code of the final value date.
std::string instrumentCode
Alphanumeric code of the instrument.
std::string instrumentClassCode
Code of the instrument class.
#define ONIXS_MTS_REPO_SDP_API
std::string instrumentDesc
Description of the tradable instrument.
TI_INSTRUMENT_TYPE::Enum instrumentType
Type of the instrument.
~TI_HIST_INSTRUMENT_INFO()