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);
109 size_t deserialize(
const void* buf,
size_t inLen);
112 std::string toString ()
const;
118 size_t serialize(
void* buf)
const;
std::string startDateCode
Alphanumeric code of the initial value date.
std::string instrumentClassCode
Code of the instrument class.
size_t serializationBufSize() const
std::string vanillaCode
Alphanumeric code of the Vanilla.
UInt32 floatRateId
ID of the type of rate.
UInt32 endDateId
ID of the final value date.
std::string endDateCode
Alphanumeric code of the final value date.
UInt32 endDate
Final value date.
TI_INSTRUMENT_TYPE::Enum instrumentType
Type of the instrument.
~TI_EOI_INSTRUMENT_INFO()
UInt32 startDateId
ID of the initial value date.
std::string floatRateCode
Alphanumeric code of the rate type.
UInt32 instrumentId
Unique ID of the tradable instrument.
std::string instrumentDesc
Description of the tradable instrument.
std::string instrumentCode
Alphanumeric code of the instrument.
UInt32 startDate
Initial value date.
std::string instrumentClassDesc
Description of the instrument class.
UInt32 vanillaId
Unique ID of the Vanilla.