50 memberCode.reserve(10);
51 memberDesc.reserve(36);
52 memberShortDesc.reserve(12);
53 countryCode.reserve(3);
94 size_t deserialize(
const void* buf,
size_t inLen);
97 virtual std::string toString ()
const;
108 virtual size_t serialize(
void* buf)
const;
UInt32 memberId
Unique ID of the member.
std::string memberDesc
Description of the member This field might be updated by the Governance during the current trading da...
UInt32 mainMemberId
Unique ID of the group leader member.
std::string memberShortDesc
Short description of the member This field might be updated by the Governance during the current trad...
virtual size_t serializationBufSize() const
std::string countryCode
ISO unique alphanumeric ID code of the country to which the member belongs.
TI_MEMBER_TYPE::Enum memberType
ID of the type of member.
std::string memberCode
Unique ID code of the member (ABI/MTS coding)
TI_MEMBER_CLASSIFICATION::Enum memberClassification
MTS member classification.
std::string bICCode
BIC Code of the member.
virtual ClassId::Enum id() const
Class id.