36 namespace BondVision {
47 memberCode.reserve(12);
48 memberShortDesc.reserve(12);
49 memberDesc.reserve(36);
52 traderName.reserve(12);
86 size_t deserialize(
const void* buf,
size_t inLen);
89 std::string toString ()
const;
95 size_t serialize(
void* buf)
const;
BV_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator
Short selling indicator.
std::string leiCode
LEI code of the member.
std::string bICCode
BIC code of the member.
std::string memberShortDesc
Short description of the member.
~BV_ALLOCATION_REPORT_MEMBER_INFO()
std::string traderName
Name of the trader.
size_t serializationBufSize() const
std::string memberCode
Code of the member.
std::string memberDesc
Description of the member.
UInt32 memberId
Unique identifier of the member.
UInt32 traderId
Unique identifier of the trader.
BV_ALLOCATION_REPORT_MEMBER_INFO()