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

Public Member Functions

 TI_MEMBER_SECTION_INSTRUMENT_CLASS ()
virtual ~TI_MEMBER_SECTION_INSTRUMENT_CLASS ()
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_MEMBER_SECTION_INSTRUMENT_CLASSclone () const
virtual TI_MEMBER_SECTION_INSTRUMENT_CLASSclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 instrumentClassId
UInt32 memberId
UInt32 marketId
UInt32 sectionId
TI_MEMBER_PROFILE::Enum memberProfile
TI_FLAG::Enum mTSLiveEnabledFg

Detailed Description

Constructor & Destructor Documentation

◆ TI_MEMBER_SECTION_INSTRUMENT_CLASS()

◆ ~TI_MEMBER_SECTION_INSTRUMENT_CLASS()

virtual ~TI_MEMBER_SECTION_INSTRUMENT_CLASS ( )
inlinevirtual

Member Function Documentation

◆ clone() [1/2]

virtual TI_MEMBER_SECTION_INSTRUMENT_CLASS * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual TI_MEMBER_SECTION_INSTRUMENT_CLASS * 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 53 of file SMP.Classes.TI_MEMBER_SECTION_INSTRUMENT_CLASS.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 84 of file SMP.Classes.TI_MEMBER_SECTION_INSTRUMENT_CLASS.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ instrumentClassId

UInt32 instrumentClassId

Unique ID of the instrument class.

Definition at line 59 of file SMP.Classes.TI_MEMBER_SECTION_INSTRUMENT_CLASS.h.

◆ marketId

UInt32 marketId

Unique ID of the market.

Definition at line 65 of file SMP.Classes.TI_MEMBER_SECTION_INSTRUMENT_CLASS.h.

◆ memberId

UInt32 memberId

Unique ID of the member.

Definition at line 62 of file SMP.Classes.TI_MEMBER_SECTION_INSTRUMENT_CLASS.h.

◆ memberProfile

TI_MEMBER_PROFILE::Enum memberProfile

ID of the member's work profile.

Definition at line 71 of file SMP.Classes.TI_MEMBER_SECTION_INSTRUMENT_CLASS.h.

◆ mTSLiveEnabledFg

TI_FLAG::Enum mTSLiveEnabledFg

Specifies whether the member is enabled to receive the MTS Live Feed for the Instrument Class.

Definition at line 74 of file SMP.Classes.TI_MEMBER_SECTION_INSTRUMENT_CLASS.h.

◆ sectionId

UInt32 sectionId

Unique ID of the section.

Definition at line 68 of file SMP.Classes.TI_MEMBER_SECTION_INSTRUMENT_CLASS.h.