OnixS C++ MTS Repo SDP Handler  1.3.2.8
API documentation
REPO_MEMBER_INFO Class Reference

#include <SMP.Substructures.REPO_MEMBER_INFO.h>

Collaboration diagram for REPO_MEMBER_INFO:

Public Member Functions

 REPO_MEMBER_INFO ()
 
 ~REPO_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
 
std::string userData
 
UInt32 accountId
 
std::string userInfo
 
REPO_ALGO_INFO algoInfo
 
REPO_CLIENT_IDENTIFICATION_INFO clientIdentificationInfo
 
UInt32 clearingAgentId
 
TI_FLAG::Enum warningChecksFg
 

Detailed Description

Definition at line 44 of file SMP.Substructures.REPO_MEMBER_INFO.h.

Constructor & Destructor Documentation

REPO_MEMBER_INFO ( )
inline

Definition at line 47 of file SMP.Substructures.REPO_MEMBER_INFO.h.

~REPO_MEMBER_INFO ( )
inline

Definition at line 54 of file SMP.Substructures.REPO_MEMBER_INFO.h.

Member Function Documentation

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

Definition at line 97 of file SMP.Substructures.REPO_MEMBER_INFO.h.

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

Provides string presentation.

Member Data Documentation

UInt32 accountId

Unique ID of he account.

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

REPO_ALGO_INFO algoInfo

Algo Info data.

Definition at line 78 of file SMP.Substructures.REPO_MEMBER_INFO.h.

UInt32 clearingAgentId

Clearing Agent Id.

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

UInt32 clearingHouseId

Unique ID of the Clearing House.

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

REPO_CLIENT_IDENTIFICATION_INFO clientIdentificationInfo

Client Identification Info.

Definition at line 81 of file SMP.Substructures.REPO_MEMBER_INFO.h.

UInt32 memberId

Unique ID of the member.

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

UInt32 traderId

Unique ID of the trader.

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

std::string traderName

Name of the trader.

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

std::string userData

Free field used by the client.

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

std::string userInfo

Free Text field used by the client.

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

TI_FLAG::Enum warningChecksFg

Specifies whether the Central System should perform pre-trade quantity checks against the Warning Cap.

Definition at line 87 of file SMP.Substructures.REPO_MEMBER_INFO.h.


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