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