#include <SMP.Substructures.REPO_SETTL_MEMBER_INFO.h>
Public Member Functions | |
REPO_SETTL_MEMBER_INFO () | |
~REPO_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_FILL_MEMBER_INFO | fillMemberInfo |
UInt32 | directMemberId |
UInt32 | generalMemberId |
UInt32 | settlSystemId |
UInt32 | settlAccount |
std::string | addSettlAcc |
Definition at line 43 of file SMP.Substructures.REPO_SETTL_MEMBER_INFO.h.
|
inline |
Definition at line 46 of file SMP.Substructures.REPO_SETTL_MEMBER_INFO.h.
|
inline |
Definition at line 51 of file SMP.Substructures.REPO_SETTL_MEMBER_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 79 of file SMP.Substructures.REPO_SETTL_MEMBER_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
std::string addSettlAcc |
Alternative code of the account on which the movements deriving from the settlement of transactions are recorded.
Definition at line 69 of file SMP.Substructures.REPO_SETTL_MEMBER_INFO.h.
UInt32 directMemberId |
Unique ID of the direct member designated as an intermediary for settling transactions on behalf of the indirect member.
Definition at line 57 of file SMP.Substructures.REPO_SETTL_MEMBER_INFO.h.
REPO_FILL_MEMBER_INFO fillMemberInfo |
Member's ID.
Definition at line 54 of file SMP.Substructures.REPO_SETTL_MEMBER_INFO.h.
UInt32 generalMemberId |
Unique ID 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 60 of file SMP.Substructures.REPO_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 66 of file SMP.Substructures.REPO_SETTL_MEMBER_INFO.h.
UInt32 settlSystemId |
Settlement system used by the member.
Definition at line 63 of file SMP.Substructures.REPO_SETTL_MEMBER_INFO.h.