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

Public Member Functions

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

Public Attributes

UInt32 memberId
UInt32 startDate
UInt32 endDate
UInt16 totalVariableWindowSize
UInt16 maxVariableWindowSizeTrader
UInt16 maxFixedWindowSizeTrader
UInt16 maxTraderConnected
UInt16 maxInternetQuotes
UInt16 maxLeasedLineQuotes
UInt16 maxCustomInstrumentsInChart
std::string leiCode
TI_FLAG::Enum exemptedFromTransparencyFg
TI_FLAG::Enum allowParallelOverrideFg

Detailed Description

Definition at line 45 of file SMP.Classes.CMF_MEMBER.h.

Constructor & Destructor Documentation

◆ CMF_MEMBER()

CMF_MEMBER ( )
inline

Definition at line 48 of file SMP.Classes.CMF_MEMBER.h.

◆ ~CMF_MEMBER()

virtual ~CMF_MEMBER ( )
inlinevirtual

Definition at line 53 of file SMP.Classes.CMF_MEMBER.h.

Member Function Documentation

◆ clone() [1/2]

virtual CMF_MEMBER * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

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

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

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

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ allowParallelOverrideFg

TI_FLAG::Enum allowParallelOverrideFg

Specifies whether the member is allowed to submit Quotes/FAS/FAK/FOK Orders parallel or Single Section, even if configured as a parallel member.

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

◆ endDate

UInt32 endDate

End of validity date.

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

◆ exemptedFromTransparencyFg

TI_FLAG::Enum exemptedFromTransparencyFg

Exempted From Transparency flag.

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

◆ leiCode

std::string leiCode

LEI (Legal Entity Identifier) code of the member.

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

◆ maxCustomInstrumentsInChart

UInt16 maxCustomInstrumentsInChart

Max number of instruments for custom instrument group.

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

◆ maxFixedWindowSizeTrader

UInt16 maxFixedWindowSizeTrader

Maximum number of traders with fixed communication window size.

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

◆ maxInternetQuotes

UInt16 maxInternetQuotes

Max number of automatically generated quotes sent via internet.

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

◆ maxLeasedLineQuotes

UInt16 maxLeasedLineQuotes

Max number of automatically generated quotes sent via leased lines.

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

◆ maxTraderConnected

UInt16 maxTraderConnected

Maximum number of traders that may be connected at the same time.

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

◆ maxVariableWindowSizeTrader

UInt16 maxVariableWindowSizeTrader

Maximum number of traders with variable communication window size.

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

◆ memberId

UInt32 memberId

Unique ID of the member.

Definition at line 63 of file SMP.Classes.CMF_MEMBER.h.

◆ startDate

UInt32 startDate

Start of validity date.

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

◆ totalVariableWindowSize

UInt16 totalVariableWindowSize

Total size of the variable communication windows assigned to the member by the Governance.

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