#include <SMP.Substructures.REPO_FILL_MEMBER_INFO.h>
Public Member Functions | |
REPO_FILL_MEMBER_INFO () | |
~REPO_FILL_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 |
UInt32 | clearingHouseId |
UInt32 | refMsgiId |
TI_TXN_TYPE::Enum | txnType |
UInt32 | accountId |
std::string | userData |
std::string | userInfo |
REPO_ALGO_INFO | algoInfo |
REPO_CLIENT_IDENTIFICATION_INFO | clientIdentificationInfo |
UInt32 | clearingAgentId |
Definition at line 44 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
|
inline |
Definition at line 47 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
|
inline |
Definition at line 54 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 100 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
UInt32 accountId |
Unique ID of he account.
Definition at line 75 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
REPO_ALGO_INFO algoInfo |
Algo Info data.
Definition at line 84 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
UInt32 clearingAgentId |
Clearing Agent Id.
Definition at line 90 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
UInt32 clearingHouseId |
Unique ID of the Clearing House.
Definition at line 66 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
REPO_CLIENT_IDENTIFICATION_INFO clientIdentificationInfo |
Client Identification Info.
Definition at line 87 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
UInt32 memberId |
Unique ID of the member.
Definition at line 57 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
UInt32 refMsgiId |
Message Id.
Definition at line 69 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
UInt32 traderId |
Unique ID of the trader.
Definition at line 60 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
std::string traderName |
Name of the trader.
Definition at line 63 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
TI_TXN_TYPE::Enum txnType |
Message Type that generated the trade.
Definition at line 72 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
std::string userData |
Free field used by the client.
Definition at line 78 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.
std::string userInfo |
Free Text field used by the client.
Definition at line 81 of file SMP.Substructures.REPO_FILL_MEMBER_INFO.h.