OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
TI_MESSAGE_MEMBER_INFO Class Reference

Public Member Functions

 TI_MESSAGE_MEMBER_INFO ()
 ~TI_MESSAGE_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

Detailed Description

Definition at line 42 of file SMP.Substructures.TI_MESSAGE_MEMBER_INFO.h.

Constructor & Destructor Documentation

◆ TI_MESSAGE_MEMBER_INFO()

◆ ~TI_MESSAGE_MEMBER_INFO()

Definition at line 50 of file SMP.Substructures.TI_MESSAGE_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 69 of file SMP.Substructures.TI_MESSAGE_MEMBER_INFO.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ memberId

UInt32 memberId

Unique ID of the member.

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

◆ traderId

UInt32 traderId

Unique ID of the trader.

Definition at line 56 of file SMP.Substructures.TI_MESSAGE_MEMBER_INFO.h.

◆ traderName

std::string traderName

Name of the trader.

Definition at line 59 of file SMP.Substructures.TI_MESSAGE_MEMBER_INFO.h.