37 namespace BondVision {
48 memberCode.reserve(12);
49 memberDesc.reserve(36);
50 memberShortDesc.reserve(12);
51 brokerCode.reserve(12);
52 brokerDes.reserve(36);
53 brokerShortDes.reserve(12);
93 size_t deserialize(
const void* buf,
size_t inLen);
96 virtual std::string toString ()
const;
107 virtual size_t serialize(
void* buf)
const;
std::string brokerCode
Code of the broker.
std::string brokerDes
Description of the broker.
std::string memberCode
Unique ID code of the member.
UInt32 memberId
Unique ID of the member.
virtual ~BV_MINORITY_BROKER_MEMBER_INFO()
std::string brokerShortDes
Short description of the broker.
virtual size_t serializationBufSize() const
std::string memberShortDesc
Short description of the member.
TI_FLAG::Enum preferredFg
Specifies whether the broker is the preferred one.
BV_MINORITY_BROKER_MEMBER_INFO()
UInt32 brokerId
Unique ID of the broker.
virtual ClassId::Enum id() const
Class id.
std::string memberDesc
Description of the member.