OnixS C++ MTS Cash SDP Handler 1.8.0
API documentation
Loading...
Searching...
No Matches
CMF_DEAL_MEMBER_INFO Class Reference

Public Member Functions

 CMF_DEAL_MEMBER_INFO ()
 ~CMF_DEAL_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 sectionId
UInt32 agentId
UInt32 clientMemberId
UInt32 clientMemberTraderId
std::string clientMemberTraderName
CMF_MEMBER_INFO memberInfo
UInt32 refMsgId
TI_TXN_TYPE::Enum txnType
TI_TIME_ZONE timeZone
std::string leiCode
UInt32 tradingCapacityId

Detailed Description

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

Constructor & Destructor Documentation

◆ CMF_DEAL_MEMBER_INFO()

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

◆ ~CMF_DEAL_MEMBER_INFO()

~CMF_DEAL_MEMBER_INFO ( )
inline

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

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 96 of file SMP.Substructures.CMF_DEAL_MEMBER_INFO.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ agentId

UInt32 agentId

Agent Id.

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

◆ clientMemberId

UInt32 clientMemberId

Used only in CMF_TPA_DEAL class. Unique ID of the Third Party Client.

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

◆ clientMemberTraderId

UInt32 clientMemberTraderId

Used only in CMF_TPA_DEAL class. Unique ID of the trader of the Third Party Client.

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

◆ clientMemberTraderName

std::string clientMemberTraderName

Used only in CMF_TPA_DEAL class. Trader code of the Third Party Client.

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

◆ leiCode

std::string leiCode

LEI code.

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

◆ memberInfo

CMF_MEMBER_INFO memberInfo

Unique ID of the member.

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

◆ refMsgId

UInt32 refMsgId

Sequential number of message (double sided proposal, FAS order, FAK/AON order, RFQ)

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

◆ sectionId

UInt32 sectionId

Unique ID of the section.

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

◆ timeZone

TI_TIME_ZONE timeZone

Time Zone information.

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

◆ tradingCapacityId

UInt32 tradingCapacityId

Unique ID of the Trading Capacity.

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

◆ txnType

Specifies whether the deal was generated upon a double sided proposal, FAS order, FAK/AON order, a RFQ.

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