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

Public Member Functions

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

Public Attributes

UInt32 gCMMemberId
std::string gCMMemberCode
std::string gCMMemberDesc
std::string gCMMemberShortDesc
UInt32 gCMTraderId
std::string gCMTraderName
UInt32 clientMemberId
std::string clientMemberCode
std::string clientMemberDesc
std::string clientMemberShortDesc
UInt32 instrumentClassId
CMF_GCM_LIMIT_TYPE::Enum limitType
CMF_VALUE fASOrderLimit
CMF_VALUE quoteLimit
CMF_VALUE orderLimit
CMF_VALUE mPFASLimit
CMF_VALUE mPFOKLimit
CMF_VALUE rFQLimit
UInt32 creationDate
UInt64 creationTime
UInt32 updateDate
UInt64 updateTime

Detailed Description

Definition at line 51 of file SMP.Classes.CMF_GCM_LIMITS.h.

Constructor & Destructor Documentation

◆ CMF_GCM_LIMITS()

CMF_GCM_LIMITS ( )
inline

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

◆ ~CMF_GCM_LIMITS()

virtual ~CMF_GCM_LIMITS ( )
inlinevirtual

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

Member Function Documentation

◆ clone() [1/2]

virtual CMF_GCM_LIMITS * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

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

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 147 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ clientMemberCode

std::string clientMemberCode

Unique ID code of the Client member (ABI or MTS coding)

Definition at line 96 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ clientMemberDesc

std::string clientMemberDesc

Description of the Client member.

Definition at line 99 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ clientMemberId

UInt32 clientMemberId

Unique ID of the Client member.

Definition at line 93 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ clientMemberShortDesc

std::string clientMemberShortDesc

Short description of the Client member.

Definition at line 102 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ creationDate

UInt32 creationDate

Date when the data was created.

Definition at line 129 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ creationTime

UInt64 creationTime

Time when the data was created.

Definition at line 132 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ fASOrderLimit

CMF_VALUE fASOrderLimit

Maximum limit for each FAS Order trading function.

Definition at line 111 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ gCMMemberCode

std::string gCMMemberCode

Unique ID code of the GCM member (ABI or MTS coding)

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

◆ gCMMemberDesc

std::string gCMMemberDesc

Description of the GCM member.

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

◆ gCMMemberId

UInt32 gCMMemberId

Unique ID of the GCM member.

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

◆ gCMMemberShortDesc

std::string gCMMemberShortDesc

Short description of the GCM member.

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

◆ gCMTraderId

UInt32 gCMTraderId

Unique ID of the GCM trader.

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

◆ gCMTraderName

std::string gCMTraderName

Unique name of the GCM trader.

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

◆ instrumentClassId

UInt32 instrumentClassId

Unique ID of the instrument class.

Definition at line 105 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ limitType

Type of limit (Nominal amount, 10-years equivalent)

Definition at line 108 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ mPFASLimit

CMF_VALUE mPFASLimit

Maximum limit for each Mid Price FAS Order trading function.

Definition at line 120 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ mPFOKLimit

CMF_VALUE mPFOKLimit

Maximum limit for each Mid Price FOK Order trading function.

Definition at line 123 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ orderLimit

CMF_VALUE orderLimit

Maximum limit for each FAK/FOK Order trading function.

Definition at line 117 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ quoteLimit

CMF_VALUE quoteLimit

Maximum limit for each Quote trading function.

Definition at line 114 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ rFQLimit

CMF_VALUE rFQLimit

Maximum limit for each RFQ trading function.

Definition at line 126 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ updateDate

UInt32 updateDate

Date when the data was last updated.

Definition at line 135 of file SMP.Classes.CMF_GCM_LIMITS.h.

◆ updateTime

UInt64 updateTime

Time when the data was last updated.

Definition at line 138 of file SMP.Classes.CMF_GCM_LIMITS.h.