37 namespace BondVision {
48 currencyCode.reserve(3);
49 currencyDesc.reserve(36);
50 referenceCurrency.reserve(3);
75 size_t deserialize(
const void* buf,
size_t inLen);
78 virtual std::string toString ()
const;
89 virtual size_t serialize(
void* buf)
const;
virtual size_t serializationBufSize() const
UInt16 currencyPrecision
Number of decimals used in calculating the values expressed in the currency.
virtual ClassId::Enum id() const
Class id.
std::string referenceCurrency
ISO unique alphanumeric ID code of the reference currency.
std::string currencyCode
ISO unique alphanumeric ID code of the currency.
std::string currencyDesc
Description of the currency.