#include <OnixS/MTS/BondVision/SDP/Classes/Substructures/SMP.Substructures.BV_MEMBER_INFO.h>
Public Member Functions | |
BV_MEMBER_INFO () | |
~BV_MEMBER_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 | memberId |
UInt32 | traderId |
std::string | traderName |
BV_ALGO_INFO | algoInfo |
BV_CLIENT_IDENTIFICATION_INFO | clientIdentificationInfo |
std::string | userData |
Definition at line 44 of file SMP.Substructures.BV_MEMBER_INFO.h.
|
inline |
Definition at line 47 of file SMP.Substructures.BV_MEMBER_INFO.h.
|
inline |
Definition at line 53 of file SMP.Substructures.BV_MEMBER_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 81 of file SMP.Substructures.BV_MEMBER_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
BV_ALGO_INFO algoInfo |
Algo info.
Definition at line 65 of file SMP.Substructures.BV_MEMBER_INFO.h.
BV_CLIENT_IDENTIFICATION_INFO clientIdentificationInfo |
Client identification info.
Definition at line 68 of file SMP.Substructures.BV_MEMBER_INFO.h.
UInt32 memberId |
Unique ID of the member.
Definition at line 56 of file SMP.Substructures.BV_MEMBER_INFO.h.
UInt32 traderId |
Unique ID of the trader.
Definition at line 59 of file SMP.Substructures.BV_MEMBER_INFO.h.
std::string traderName |
Name of the trader.
Definition at line 62 of file SMP.Substructures.BV_MEMBER_INFO.h.
std::string userData |
Free field used by the client.
Definition at line 71 of file SMP.Substructures.BV_MEMBER_INFO.h.