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

Public Member Functions

 TI_EOI_RECIPIENT_MEMBER_INFO ()
 ~TI_EOI_RECIPIENT_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
std::string memberCode
std::string memberDesc
std::string memberShortDesc

Detailed Description

Constructor & Destructor Documentation

◆ TI_EOI_RECIPIENT_MEMBER_INFO()

◆ ~TI_EOI_RECIPIENT_MEMBER_INFO()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ memberCode

std::string memberCode

ABI/MTS code of the member.

Definition at line 58 of file SMP.Substructures.TI_EOI_RECIPIENT_MEMBER_INFO.h.

◆ memberDesc

std::string memberDesc

Description of the member.

Definition at line 61 of file SMP.Substructures.TI_EOI_RECIPIENT_MEMBER_INFO.h.

◆ memberId

UInt32 memberId

Unique ID of the member.

Definition at line 55 of file SMP.Substructures.TI_EOI_RECIPIENT_MEMBER_INFO.h.

◆ memberShortDesc

std::string memberShortDesc

Short description of the member.

Definition at line 64 of file SMP.Substructures.TI_EOI_RECIPIENT_MEMBER_INFO.h.