#include <OnixS/MTS/BondVision/SDP/Classes/Substructures/SMP.Substructures.BV_CLIENT_IDENTIFICATION_INFO.h>
Public Member Functions | |
BV_CLIENT_IDENTIFICATION_INFO () | |
~BV_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 | clientId |
BV_CLIENT_IDENTIFICATION_TYPE::Enum | clientIdentificationType |
UInt32 | tradingCapacityId |
Definition at line 42 of file SMP.Substructures.BV_CLIENT_IDENTIFICATION_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.BV_CLIENT_IDENTIFICATION_INFO.h.
|
inline |
Definition at line 50 of file SMP.Substructures.BV_CLIENT_IDENTIFICATION_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 69 of file SMP.Substructures.BV_CLIENT_IDENTIFICATION_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
std::string clientId |
For Buy Side members only: LEI Code or National Id. For Sell Side members only: Branch Id (it can be a BIC Code, a Country Code or any other identifier).
Definition at line 53 of file SMP.Substructures.BV_CLIENT_IDENTIFICATION_INFO.h.
BV_CLIENT_IDENTIFICATION_TYPE::Enum clientIdentificationType |
Client Identification Type.
Definition at line 56 of file SMP.Substructures.BV_CLIENT_IDENTIFICATION_INFO.h.
UInt32 tradingCapacityId |
Trading Capacity.
Definition at line 59 of file SMP.Substructures.BV_CLIENT_IDENTIFICATION_INFO.h.