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

Public Member Functions

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

Public Attributes

UInt32 sponsorId
UInt32 traderId
std::string traderName
UInt32 memberId
UInt32 instrumentClassId
UInt32 residualMaturityId
CMF_TPA_MARK_UP_TRADING_FUNCTION::Enum tradingFunction
UInt16 numOfThreshold
std::vector< CMF_TPA_MARK_UP_THRESHOLDmarkUpThreshold
CMF_TPA_MARK_UP_EVENT::Enum event
CMF_TPA_MARK_UP_STATUS::Enum status
std::string userData
UInt32 creationDate
UInt64 creationTime
UInt32 updateDate
UInt64 updateTime

Static Public Attributes

static const size_t markUpThresholdSize = 20

Detailed Description

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

Constructor & Destructor Documentation

◆ CMF_TPA_MARK_UP()

CMF_TPA_MARK_UP ( )
inline

Definition at line 49 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ ~CMF_TPA_MARK_UP()

virtual ~CMF_TPA_MARK_UP ( )
inlinevirtual

Definition at line 56 of file SMP.Classes.CMF_TPA_MARK_UP.h.

Member Function Documentation

◆ clone() [1/2]

virtual CMF_TPA_MARK_UP * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

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

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 121 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ creationDate

UInt32 creationDate

Date at which the data was created.

Definition at line 103 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ creationTime

UInt64 creationTime

Time at which the data was last created.

Definition at line 106 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ event

MarkUp event.

Definition at line 94 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ instrumentClassId

UInt32 instrumentClassId

Unique ID of the instrument class.

Definition at line 78 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ markUpThreshold

std::vector<CMF_TPA_MARK_UP_THRESHOLD> markUpThreshold

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

◆ markUpThresholdSize

const size_t markUpThresholdSize = 20
static

MarkUp Threshold information.

Definition at line 90 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ memberId

UInt32 memberId

ID of the Third Party Client.

Definition at line 75 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ numOfThreshold

UInt16 numOfThreshold

Number of MarkUp Threshold information.

Definition at line 87 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ residualMaturityId

UInt32 residualMaturityId

Unique ID of the residual maturity.

Definition at line 81 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ sponsorId

UInt32 sponsorId

ID of the Sponsor member.

Definition at line 66 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ status

MarkUp status.

Definition at line 97 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ traderId

UInt32 traderId

Unique ID of the trader.

Definition at line 69 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ traderName

std::string traderName

Name of the trader.

Definition at line 72 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ tradingFunction

Unique ID of the trading function.

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

◆ updateDate

UInt32 updateDate

Date at which the data was last updated.

Definition at line 109 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ updateTime

UInt64 updateTime

Time at which the data was last updated.

Definition at line 112 of file SMP.Classes.CMF_TPA_MARK_UP.h.

◆ userData

std::string userData

Free field used by the client.

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