37 namespace BondVision {
48 currencyCodeFirst.reserve(3);
49 currencyCodeSecond.reserve(3);
83 size_t deserialize(
const void* buf,
size_t inLen);
86 virtual std::string toString ()
const;
97 virtual size_t serialize(
void* buf)
const;
virtual size_t serializationBufSize() const
UInt64 referenceTime
Time to which the exchange rate refers.
UInt32 referenceDate
Date to which the exchange rate refers.
std::string currencyCodeSecond
ISO unique alphanumeric ID code of the second currency.
std::string currencyCodeFirst
ISO unique alphanumeric ID code of the first currency.
UInt64 updateTime
Time at which the exchange rate was updated.
virtual ~TI_EXCHANGE_RATE()
UInt32 updateDate
Date on which the exchange rate was updated.
virtual ClassId::Enum id() const
Class id.
Double exchangeRate
Exchange Rate expressed as ratio first currency divided by second currency (i.e. # of first currencie...
unsigned long long UInt64