#include <SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h>
Public Member Functions | |
REPO_HIST_SETTL_MEMBER_INFO () | |
~REPO_HIST_SETTL_MEMBER_INFO () | |
size_t | deserialize (const void *buf, size_t inLen) |
std::string | toString () const |
size_t | serializationBufSize () const |
size_t | serialize (void *buf) const |
Public Attributes | |
REPO_HIST_FILL_MEMBER_INFO | fillMemberInfo |
std::string | directMemberCode |
std::string | directMemberDesc |
std::string | directMemberShortDesc |
std::string | generalMemberCode |
std::string | generalMemberDesc |
std::string | generalMemberShortDesc |
std::string | settlSystemDesc |
UInt32 | settlAccount |
std::string | additionalSettlAccount |
Definition at line 43 of file SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h.
|
inline |
Definition at line 46 of file SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h.
|
inline |
Definition at line 58 of file SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 98 of file SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
std::string additionalSettlAccount |
Alternative code of the account on which the movements deriving from the settlement of transactions are recorded.
Definition at line 88 of file SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h.
std::string directMemberCode |
ABI/MTS code of the direct member designated as an intermediary for settling transactions on behalf of the indirect member.
Definition at line 64 of file SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h.
std::string directMemberDesc |
Description of the direct member.
Definition at line 67 of file SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h.
std::string directMemberShortDesc |
Short description of the direct member.
Definition at line 70 of file SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h.
REPO_HIST_FILL_MEMBER_INFO fillMemberInfo |
Member's ID.
Definition at line 61 of file SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h.
std::string generalMemberCode |
ABI/MTS code of the general member designated as an intermediary for settling transactions on behalf of the member. This field is currently not used.
Definition at line 73 of file SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h.
std::string generalMemberDesc |
Description of the general member.
Definition at line 76 of file SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h.
std::string generalMemberShortDesc |
Short description of the general member.
Definition at line 79 of file SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h.
UInt32 settlAccount |
Code of the account on which the movements deriving from the settlement of transactions are recorded.
Definition at line 85 of file SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h.
std::string settlSystemDesc |
Settlement system used by the member.
Definition at line 82 of file SMP.Substructures.REPO_HIST_SETTL_MEMBER_INFO.h.