37 namespace BondVision {
48 financialInstrumentCode.reserve(12);
49 financialInstrumentDesc.reserve(36);
50 currencyId.reserve(3);
51 instrumentBusinessCenterId.reserve(4);
52 currencyBusinessCenterId.reserve(4);
89 size_t deserialize(
const void* buf,
size_t inLen);
92 virtual std::string toString ()
const;
100 virtual TI_RATES* clone(
void*)
const;
103 virtual size_t serialize(
void* buf)
const;
std::string currencyBusinessCenterId
Currency Business Center.
virtual ClassId::Enum id() const
Class id.
std::string instrumentBusinessCenterId
Instrument Business Center.
std::string currencyId
Currency of the underlying loan.
virtual size_t serializationBufSize() const
std::string financialInstrumentCode
Alphanumeric code of the rate.
TI_PERIOD::Enum rateCalculationUnit
Unit of time (period) in which the duration is expressed.
UInt32 financialInstrumentId
ID of the rate.
std::string financialInstrumentDesc
Description of the rate.
UInt16 rateCalculationPeriod
Frequency of floating rate calculation.