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

Public Member Functions

 TI_MEMBER ()
virtual ~TI_MEMBER ()
virtual ClassId::Enum id () const
size_t deserialize (const void *buf, size_t inLen)
virtual std::string toString () const
virtual size_t serializationBufSize () const
virtual TI_MEMBERclone () const
virtual TI_MEMBERclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 memberId
std::string memberCode
std::string memberDesc
std::string memberShortDesc
UInt32 mainMemberId
TI_MEMBER_TYPE::Enum memberType
std::string countryCode
std::string bICCode
TI_MEMBER_CLASSIFICATION::Enum memberClassification

Detailed Description

Definition at line 43 of file SMP.Classes.TI_MEMBER.h.

Constructor & Destructor Documentation

◆ TI_MEMBER()

TI_MEMBER ( )
inline

Definition at line 46 of file SMP.Classes.TI_MEMBER.h.

◆ ~TI_MEMBER()

virtual ~TI_MEMBER ( )
inlinevirtual

Definition at line 55 of file SMP.Classes.TI_MEMBER.h.

Member Function Documentation

◆ clone() [1/2]

virtual TI_MEMBER * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual TI_MEMBER * clone ( void * ) const
virtual

Implements Class.

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ id()

virtual ClassId::Enum id ( ) const
inlinevirtual

Class id.

Implements Class.

Definition at line 58 of file SMP.Classes.TI_MEMBER.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 98 of file SMP.Classes.TI_MEMBER.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ bICCode

std::string bICCode

BIC Code of the member.

Definition at line 85 of file SMP.Classes.TI_MEMBER.h.

◆ countryCode

std::string countryCode

ISO unique alphanumeric ID code of the country to which the member belongs.

Definition at line 82 of file SMP.Classes.TI_MEMBER.h.

◆ mainMemberId

UInt32 mainMemberId

Unique ID of the group leader member.

Definition at line 76 of file SMP.Classes.TI_MEMBER.h.

◆ memberClassification

TI_MEMBER_CLASSIFICATION::Enum memberClassification

MTS member classification.

Definition at line 88 of file SMP.Classes.TI_MEMBER.h.

◆ memberCode

std::string memberCode

Unique ID code of the member (ABI/MTS coding)

Definition at line 67 of file SMP.Classes.TI_MEMBER.h.

◆ memberDesc

std::string memberDesc

Description of the member This field might be updated by the Governance during the current trading day.

Definition at line 70 of file SMP.Classes.TI_MEMBER.h.

◆ memberId

UInt32 memberId

Unique ID of the member.

Definition at line 64 of file SMP.Classes.TI_MEMBER.h.

◆ memberShortDesc

std::string memberShortDesc

Short description of the member This field might be updated by the Governance during the current trading day.

Definition at line 73 of file SMP.Classes.TI_MEMBER.h.

◆ memberType

ID of the type of member.

Definition at line 79 of file SMP.Classes.TI_MEMBER.h.