OnixS C++ MTS Cash SDP Handler  1.6.5
API documentation
CMF_MEMBER_INFO Class Reference

#include <OnixS/MTS/Cash/SDP/Classes/Substructures/SMP.Substructures.CMF_MEMBER_INFO.h>

Public Member Functions

 CMF_MEMBER_INFO ()
 
 ~CMF_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
 
CMF_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator
 
CMF_ALGO_INFO algoInfo
 
std::string userInfo
 
std::string userData
 

Detailed Description

Definition at line 43 of file SMP.Substructures.CMF_MEMBER_INFO.h.

Constructor & Destructor Documentation

CMF_MEMBER_INFO ( )
inline

Definition at line 46 of file SMP.Substructures.CMF_MEMBER_INFO.h.

~CMF_MEMBER_INFO ( )
inline

Definition at line 53 of file SMP.Substructures.CMF_MEMBER_INFO.h.

Member Function Documentation

size_t deserialize ( const void *  buf,
size_t  inLen 
)
size_t serializationBufSize ( ) const
inline

Definition at line 84 of file SMP.Substructures.CMF_MEMBER_INFO.h.

size_t serialize ( void *  buf) const
std::string toString ( ) const

Provides string presentation.

Member Data Documentation

CMF_ALGO_INFO algoInfo

Algo info.

Definition at line 69 of file SMP.Substructures.CMF_MEMBER_INFO.h.

UInt32 memberId

Unique ID of the member.

Definition at line 57 of file SMP.Substructures.CMF_MEMBER_INFO.h.

CMF_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator

Short selling indicator.

Definition at line 66 of file SMP.Substructures.CMF_MEMBER_INFO.h.

UInt32 traderId

Unique ID of the trader.

Definition at line 60 of file SMP.Substructures.CMF_MEMBER_INFO.h.

std::string traderName

Name of the trader.

Definition at line 63 of file SMP.Substructures.CMF_MEMBER_INFO.h.

std::string userData

Free field used by the client.

Definition at line 75 of file SMP.Substructures.CMF_MEMBER_INFO.h.

std::string userInfo

Free field used by the client.

Definition at line 72 of file SMP.Substructures.CMF_MEMBER_INFO.h.


The documentation for this class was generated from the following file: