48 directMemberCode.reserve(10);
49 directMemberDesc.reserve(36);
50 directMemberShortDesc.reserve(12);
51 generalMemberCode.reserve(10);
52 generalMemberDesc.reserve(36);
53 generalMemberShortDesc.reserve(12);
54 settlSystemDesc.reserve(36);
55 additionalSettlAccount.reserve(40);
92 size_t deserialize(
const void* buf,
size_t inLen);
95 std::string toString ()
const;
101 size_t serialize(
void* buf)
const;
~REPO_HIST_SETTL_MEMBER_INFO()
std::string directMemberDesc
Description of the direct member.
std::string additionalSettlAccount
Alternative code of the account on which the movements deriving from the settlement of transactions a...
std::string directMemberCode
ABI/MTS code of the direct member designated as an intermediary for settling transactions on behalf o...
UInt32 settlAccount
Code of the account on which the movements deriving from the settlement of transactions are recorded...
std::string directMemberShortDesc
Short description of the direct member.
std::string generalMemberCode
ABI/MTS code of the general member designated as an intermediary for settling transactions on behalf ...
size_t serializationBufSize() const
std::string settlSystemDesc
Settlement system used by the member.
std::string generalMemberShortDesc
Short description of the general member.
std::string generalMemberDesc
Description of the general member.
REPO_HIST_SETTL_MEMBER_INFO()
REPO_HIST_FILL_MEMBER_INFO fillMemberInfo
Member's ID.
#define ONIXS_MTS_REPO_SDP_API