Public Member Functions | |
| CMF_SETTLEMENT_GROUP_MEMBER () | |
| virtual | ~CMF_SETTLEMENT_GROUP_MEMBER () |
| virtual ClassId::Enum | id () const |
| size_t | deserialize (const void *buf, size_t inLen) |
| virtual std::string | toString () const |
| virtual size_t | serializationBufSize () const |
| virtual CMF_SETTLEMENT_GROUP_MEMBER * | clone () const |
| virtual CMF_SETTLEMENT_GROUP_MEMBER * | clone (void *) const |
| Public Member Functions inherited from Class | |
| virtual | ~Class () |
| size_t | getMaxMessageSize () const |
Public Attributes | |
| UInt32 | settlGroupId |
| UInt32 | memberId |
| UInt32 | settlSystemId |
| UInt32 | settlAccount |
| std::string | addSettlAcc |
| UInt32 | directMemberId |
| UInt32 | clearingHouseId |
| UInt32 | generalMemberId |
| UInt32 | startDate |
| TI_SETTL_TYPE::Enum | settlType |
Definition at line 45 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.
|
inline |
Definition at line 48 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.
|
inlinevirtual |
Definition at line 53 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inlinevirtual |
Class id.
Implements Class.
Definition at line 56 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.
|
inlinevirtual |
Implements Class.
Definition at line 99 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.
|
virtual |
Provides string presentation.
Implements Class.
| std::string addSettlAcc |
Additional information about the account on which the movements related to the settlement of transactions are recorded.
Definition at line 75 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.
| UInt32 clearingHouseId |
Unique ID of the Clearing House.
Definition at line 81 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.
| UInt32 directMemberId |
Unique ID of the member designated as a direct member for the settlement of transactions.
Definition at line 78 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.
| UInt32 generalMemberId |
Unique ID of the general member designated as direct member for the settlement of transactions on behalf of the indirect member.
Definition at line 84 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.
| UInt32 memberId |
Unique ID of the member.
Definition at line 66 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.
| UInt32 settlAccount |
Code of the account on which the movements related to the settlement of transactions are recorded.
Definition at line 72 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.
| UInt32 settlGroupId |
Unique ID of the settlement group.
Definition at line 63 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.
| UInt32 settlSystemId |
Unique ID of the settlement system.
Definition at line 69 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.
| TI_SETTL_TYPE::Enum settlType |
Settlement Type.
Definition at line 90 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.
| UInt32 startDate |
Start of validity date.
Definition at line 87 of file SMP.Classes.CMF_SETTLEMENT_GROUP_MEMBER.h.