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

Public Member Functions

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

Public Attributes

UInt32 submitterId
UInt32 submitterTraderId
std::string submitterTraderName
UInt32 treasuryId
UInt32 counterpartyId
UInt32 sectionId
CMF_INSTRUMENT_INFO instrument
Double sTotalNonCompetitiveQtyectionId
Double remainingNonCompetitiveQty
UInt32 startDate
UInt32 expiryDate
std::string userData
UInt32 creationDate
UInt64 creationTime
UInt32 updateDate
UInt64 updateTime

Detailed Description

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

Constructor & Destructor Documentation

◆ CMF_TAP_TRADING_LIMIT()

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

◆ ~CMF_TAP_TRADING_LIMIT()

virtual ~CMF_TAP_TRADING_LIMIT ( )
inlinevirtual

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

Member Function Documentation

◆ clone() [1/2]

virtual CMF_TAP_TRADING_LIMIT * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual CMF_TAP_TRADING_LIMIT * 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.CMF_TAP_TRADING_LIMIT.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 119 of file SMP.Classes.CMF_TAP_TRADING_LIMIT.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ counterpartyId

UInt32 counterpartyId

Unique ID of the Primary Dealer.

Definition at line 77 of file SMP.Classes.CMF_TAP_TRADING_LIMIT.h.

◆ creationDate

UInt32 creationDate

Date at which the data was created.

Definition at line 101 of file SMP.Classes.CMF_TAP_TRADING_LIMIT.h.

◆ creationTime

UInt64 creationTime

Time at which the data was created.

Definition at line 104 of file SMP.Classes.CMF_TAP_TRADING_LIMIT.h.

◆ expiryDate

UInt32 expiryDate

Validity expiry date.

Definition at line 95 of file SMP.Classes.CMF_TAP_TRADING_LIMIT.h.

◆ instrument

CMF_INSTRUMENT_INFO instrument

Tradable instrument subject to limit.

Definition at line 83 of file SMP.Classes.CMF_TAP_TRADING_LIMIT.h.

◆ remainingNonCompetitiveQty

Double remainingNonCompetitiveQty

Remaining Non Competitive Total Amount calculated by the Central System (in lots), for the configured TAP period.

Definition at line 89 of file SMP.Classes.CMF_TAP_TRADING_LIMIT.h.

◆ sectionId

UInt32 sectionId

Unique ID of the Section the Instrument subject to limit belongs to.

Definition at line 80 of file SMP.Classes.CMF_TAP_TRADING_LIMIT.h.

◆ startDate

UInt32 startDate

Validity start date.

Definition at line 92 of file SMP.Classes.CMF_TAP_TRADING_LIMIT.h.

◆ sTotalNonCompetitiveQtyectionId

Double sTotalNonCompetitiveQtyectionId

Maximum total non-competitive amount (in lots) available for the Counterparty, for the configured TAP period.

Definition at line 86 of file SMP.Classes.CMF_TAP_TRADING_LIMIT.h.

◆ submitterId

UInt32 submitterId

Unique ID of the member who submitted the limit. Other than TreasuryID for configurations OnBehalfOf.

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

◆ submitterTraderId

UInt32 submitterTraderId

Unique ID of the trader who submitted the limit.

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

◆ submitterTraderName

std::string submitterTraderName

Name of the trader who submitted the limit.

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

◆ treasuryId

UInt32 treasuryId

Unique ID of the Treasury Member.

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

◆ updateDate

UInt32 updateDate

Date at which the data was last updated.

Definition at line 107 of file SMP.Classes.CMF_TAP_TRADING_LIMIT.h.

◆ updateTime

UInt64 updateTime

Time at which the data was last updated.

Definition at line 110 of file SMP.Classes.CMF_TAP_TRADING_LIMIT.h.

◆ userData

std::string userData

Free field used by the client.

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