#include <SMP.Substructures.REPO_CLIENT_IDENTIFICATION_INFO.h>
Public Member Functions | |
REPO_CLIENT_IDENTIFICATION_INFO () | |
~REPO_CLIENT_IDENTIFICATION_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 | |
UInt32 | leiId |
REPO_CLIENT_IDENTIFICATION_TYPE::Enum | clientIdentificationType |
UInt32 | tradingCapacityId |
Definition at line 42 of file SMP.Substructures.REPO_CLIENT_IDENTIFICATION_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.REPO_CLIENT_IDENTIFICATION_INFO.h.
|
inline |
Definition at line 49 of file SMP.Substructures.REPO_CLIENT_IDENTIFICATION_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 68 of file SMP.Substructures.REPO_CLIENT_IDENTIFICATION_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
REPO_CLIENT_IDENTIFICATION_TYPE::Enum clientIdentificationType |
Enumerate values in the range [None,LEI,AGGR, PNAL].
Definition at line 55 of file SMP.Substructures.REPO_CLIENT_IDENTIFICATION_INFO.h.
UInt32 leiId |
Unique ID of the Legal Entity.
Definition at line 52 of file SMP.Substructures.REPO_CLIENT_IDENTIFICATION_INFO.h.
UInt32 tradingCapacityId |
Unique ID of the Trading Capacity.
Definition at line 58 of file SMP.Substructures.REPO_CLIENT_IDENTIFICATION_INFO.h.