#include <OnixS/MTS/Cash/SDP/Classes/SMP.Classes.TI_MEMBER.h>
Public Member Functions | |
TI_MEMBER () | |
virtual | ~TI_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 TI_MEMBER * | clone () const |
virtual TI_MEMBER * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | memberId |
std::string | memberCode |
std::string | memberDesc |
std::string | memberShortDesc |
UInt32 | mainMemberId |
TI_MEMBER_TYPE::Enum | memberType |
std::string | countryCode |
std::string | bICCode |
TI_MEMBER_CLASSIFICATION::Enum | memberClassification |
Definition at line 45 of file SMP.Classes.TI_MEMBER.h.
|
inline |
Definition at line 48 of file SMP.Classes.TI_MEMBER.h.
|
inlinevirtual |
Definition at line 57 of file SMP.Classes.TI_MEMBER.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 100 of file SMP.Classes.TI_MEMBER.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string bICCode |
BIC Code of the member.
Definition at line 88 of file SMP.Classes.TI_MEMBER.h.
std::string countryCode |
ISO unique alphanumeric ID code of the country to which the member belongs.
Definition at line 85 of file SMP.Classes.TI_MEMBER.h.
UInt32 mainMemberId |
Unique ID of the group leader member.
Definition at line 79 of file SMP.Classes.TI_MEMBER.h.
TI_MEMBER_CLASSIFICATION::Enum memberClassification |
MTS member classification.
Definition at line 91 of file SMP.Classes.TI_MEMBER.h.
std::string memberCode |
Unique ID code of the member (ABI/MTS coding)
Definition at line 70 of file SMP.Classes.TI_MEMBER.h.
std::string memberDesc |
Description of the member This field might be updated by the Governance during the current trading day.
Definition at line 73 of file SMP.Classes.TI_MEMBER.h.
UInt32 memberId |
Unique ID of the member.
Definition at line 67 of file SMP.Classes.TI_MEMBER.h.
std::string memberShortDesc |
Short description of the member This field might be updated by the Governance during the current trading day.
Definition at line 76 of file SMP.Classes.TI_MEMBER.h.
TI_MEMBER_TYPE::Enum memberType |
ID of the type of member.
Definition at line 82 of file SMP.Classes.TI_MEMBER.h.