37 namespace BondVision {
48 marketCode.reserve(4);
49 marketDesc.reserve(36);
50 geographicalAreaDesc.reserve(36);
84 size_t deserialize(
const void* buf,
size_t inLen);
87 virtual std::string toString ()
const;
98 virtual size_t serialize(
void* buf)
const;
UInt16 geographicalAreaCode
Unique ID of the geographical area to which the market belongs.
UInt32 serviceProviderId
Unique ID of the service.
UInt32 marketId
Unique ID of the market.
Double deltaGMT
Time zone, expressed as difference in hours (plus or minus) compared to Greenwich Mean Time (GMT)...
virtual size_t serializationBufSize() const
std::string marketCode
Alphanumeric code of the market - brief description.
std::string geographicalAreaDesc
Description of the geographical area to which the market belongs.
virtual ClassId::Enum id() const
Class id.
std::string marketDesc
Market description.