#include <SMP.Substructures.REPO_HIST_CLIENT_IDENTIFICATION_INFO.h>
Public Member Functions | |
REPO_HIST_CLIENT_IDENTIFICATION_INFO () | |
~REPO_HIST_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 | |
std::string | leiCode |
std::string | leiShortName |
REPO_CLIENT_IDENTIFICATION_TYPE::Enum | clientIdentificationType |
UInt32 | tradingCapacityId |
Definition at line 42 of file SMP.Substructures.REPO_HIST_CLIENT_IDENTIFICATION_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.REPO_HIST_CLIENT_IDENTIFICATION_INFO.h.
|
inline |
Definition at line 51 of file SMP.Substructures.REPO_HIST_CLIENT_IDENTIFICATION_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 73 of file SMP.Substructures.REPO_HIST_CLIENT_IDENTIFICATION_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
REPO_CLIENT_IDENTIFICATION_TYPE::Enum clientIdentificationType |
Enumerate value (e.g. None, LEI code, ...)
Definition at line 60 of file SMP.Substructures.REPO_HIST_CLIENT_IDENTIFICATION_INFO.h.
std::string leiCode |
Legal Entity Description.
Definition at line 54 of file SMP.Substructures.REPO_HIST_CLIENT_IDENTIFICATION_INFO.h.
std::string leiShortName |
Legal Entity Short Description.
Definition at line 57 of file SMP.Substructures.REPO_HIST_CLIENT_IDENTIFICATION_INFO.h.
UInt32 tradingCapacityId |
Unique ID of the Trading Capacity.
Definition at line 63 of file SMP.Substructures.REPO_HIST_CLIENT_IDENTIFICATION_INFO.h.