#include <OnixS/MTS/Cash/SDP/Classes/Substructures/SMP.Substructures.CMF_HIST_MEMBER_INFO.h>
Public Member Functions | |
CMF_HIST_MEMBER_INFO () | |
~CMF_HIST_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 | |
std::string | memberCode |
std::string | memberShortDesc |
std::string | traderName |
CMF_SHORT_SELLING_INDICATOR::Enum | shortSellingIndicator |
CMF_ALGO_INFO | algoInfo |
std::string | userInfo |
std::string | userData |
Definition at line 43 of file SMP.Substructures.CMF_HIST_MEMBER_INFO.h.
|
inline |
Definition at line 46 of file SMP.Substructures.CMF_HIST_MEMBER_INFO.h.
|
inline |
Definition at line 55 of file SMP.Substructures.CMF_HIST_MEMBER_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 86 of file SMP.Substructures.CMF_HIST_MEMBER_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
CMF_ALGO_INFO algoInfo |
Algo info.
Definition at line 71 of file SMP.Substructures.CMF_HIST_MEMBER_INFO.h.
std::string memberCode |
ABI/MTS member code.
Definition at line 59 of file SMP.Substructures.CMF_HIST_MEMBER_INFO.h.
std::string memberShortDesc |
Short description of the member.
Definition at line 62 of file SMP.Substructures.CMF_HIST_MEMBER_INFO.h.
CMF_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator |
Short selling indicator.
Definition at line 68 of file SMP.Substructures.CMF_HIST_MEMBER_INFO.h.
std::string traderName |
Name of the trader.
Definition at line 65 of file SMP.Substructures.CMF_HIST_MEMBER_INFO.h.
std::string userData |
Free field used by the client.
Definition at line 77 of file SMP.Substructures.CMF_HIST_MEMBER_INFO.h.
std::string userInfo |
Free field used by the client.
Definition at line 74 of file SMP.Substructures.CMF_HIST_MEMBER_INFO.h.