36 namespace BondVision {
47 instrumentCode.reserve(12);
48 instrumentDesc.reserve(36);
49 financialInstrumentCode.reserve(12);
50 financialInstrumentDesc.reserve(36);
78 size_t deserialize(
const void* buf,
size_t inLen);
81 std::string toString ()
const;
87 size_t serialize(
void* buf)
const;
std::string instrumentCode
Alphanumeric code of the tradable instrument.
size_t serializationBufSize() const
UInt32 instrumentId
Unique identifier of the tradable instrument.
UInt32 financialInstrumentId
Unique identifier of the financial Instrument.
TI_INSTRUMENT_TYPE::Enum instrumentType
Identifier of the tradable instrument type (Bond only)
~BV_ALLOCATION_REPORT_INSTRUMENT_INFO()
BV_ALLOCATION_REPORT_INSTRUMENT_INFO()
std::string financialInstrumentCode
Code of the financial instrument.
std::string instrumentDesc
Description of the tradable instrument.
std::string financialInstrumentDesc
Description of the financial instrument.