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

Public Member Functions

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

Public Attributes

CMF_INSTRUMENT_INFO instrument
UInt32 sectionId
UInt32 submitterMemberId
UInt32 submitterTraderId
std::string submitterTraderName
Double midPrice
Double midYield
TI_FLAG::Enum midPriceValidityFg
UInt32 updateDate
UInt64 updateTime

Detailed Description

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

Constructor & Destructor Documentation

◆ CMF_MID_PRICE_CONTRIBUTION()

◆ ~CMF_MID_PRICE_CONTRIBUTION()

virtual ~CMF_MID_PRICE_CONTRIBUTION ( )
inlinevirtual

Definition at line 54 of file SMP.Classes.CMF_MID_PRICE_CONTRIBUTION.h.

Member Function Documentation

◆ clone() [1/2]

virtual CMF_MID_PRICE_CONTRIBUTION * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

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

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 100 of file SMP.Classes.CMF_MID_PRICE_CONTRIBUTION.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ instrument

CMF_INSTRUMENT_INFO instrument

Data regarding the tradable instrument.

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

◆ midPrice

Double midPrice

Mid price.

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

◆ midPriceValidityFg

TI_FLAG::Enum midPriceValidityFg

Flag indicating whether the mid-price is valid or not.It can be set to Yes to activate/update the contribution or set to No to stop an existing contribution.

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

◆ midYield

Double midYield

Mid yield.

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

◆ sectionId

UInt32 sectionId

Unique ID of the section.

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

◆ submitterMemberId

UInt32 submitterMemberId

Unique ID of the submitter member.

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

◆ submitterTraderId

UInt32 submitterTraderId

Unique ID of the submitter trader.

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

◆ submitterTraderName

std::string submitterTraderName

Unique name of the submitter trader.

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

◆ updateDate

UInt32 updateDate

Update Date.

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

◆ updateTime

UInt64 updateTime

Last Update Time.

Definition at line 91 of file SMP.Classes.CMF_MID_PRICE_CONTRIBUTION.h.