37 namespace BondVision {
48 brokerCode.reserve(12);
49 brokerDes.reserve(36);
50 brokerShortDes.reserve(12);
51 countryCode.reserve(3);
56 electronicMail.reserve(64);
105 size_t deserialize(
const void* buf,
size_t inLen);
108 virtual std::string toString ()
const;
119 virtual size_t serialize(
void* buf)
const;
std::string brokerShortDes
Short description of the broker.
std::string brokerDes
Description of the broker.
TI_BROKER_TYPE::Enum brokerType
Broker Type.
std::string electronicMail
E-mail address of the market manager.
UInt32 marketId
Unique ID of the market.
std::string city
Town of residence of the broker.
virtual size_t serializationBufSize() const
UInt32 brokerId
Unique ID of the broker.
virtual ClassId::Enum id() const
Class id.
std::string phone
Telephone number of the broker.
std::string province
Code of the province of residence of the broker.
std::string brokerCode
Code of the broker.
std::string countryCode
ISO unique alphanumeric ID code of the country to which the broker belongs.
std::string address
Address of the broker.