OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
BV_MEMBER Class Reference

Public Member Functions

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

Public Attributes

UInt32 memberId
UInt16 totalVariableWindowSize
UInt16 maxVariableWindowSizeTrader
UInt16 maxFixedWindowSizeTrader
UInt16 maxTraderConnected
UInt32 startDate
UInt32 endDate
TI_FLAG::Enum doubleSidedRFCQEnabledFg
UInt16 areaCodeId
UInt16 maxCustomInstrumentsInChart
TI_FLAG::Enum unseasonedBondTradingFg
std::string leiCode
UInt32 tradingCapacityId
TI_FLAG::Enum exemptedFromTransparencyFg

Detailed Description

Definition at line 43 of file SMP.Classes.BV_MEMBER.h.

Constructor & Destructor Documentation

◆ BV_MEMBER()

BV_MEMBER ( )
inline

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

◆ ~BV_MEMBER()

virtual ~BV_MEMBER ( )
inlinevirtual

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

Member Function Documentation

◆ clone() [1/2]

virtual BV_MEMBER * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_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 54 of file SMP.Classes.BV_MEMBER.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

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

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ areaCodeId

UInt16 areaCodeId

Unique ID of the Area Code.

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

◆ doubleSidedRFCQEnabledFg

TI_FLAG::Enum doubleSidedRFCQEnabledFg

Specifies whether the member is enabled to send/receive a double sided RFCQ.

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

◆ endDate

UInt32 endDate

End of validity date.

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

◆ exemptedFromTransparencyFg

TI_FLAG::Enum exemptedFromTransparencyFg

Exempted from transparency (Y/N)

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

◆ leiCode

std::string leiCode

LEI code of the member.

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

◆ maxCustomInstrumentsInChart

UInt16 maxCustomInstrumentsInChart

Max number of custom instrument group in chart.

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

◆ maxFixedWindowSizeTrader

UInt16 maxFixedWindowSizeTrader

Maximum number of traders who can work with fixed size windows.

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

◆ maxTraderConnected

UInt16 maxTraderConnected

Maximum number of traders who can be connected at the same time.

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

◆ maxVariableWindowSizeTrader

UInt16 maxVariableWindowSizeTrader

Maximum number of traders who can work with variable size windows.

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

◆ memberId

UInt32 memberId

Unique identifier of Member (number)

Definition at line 60 of file SMP.Classes.BV_MEMBER.h.

◆ startDate

UInt32 startDate

Start of validity date.

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

◆ totalVariableWindowSize

UInt16 totalVariableWindowSize

Sum of sizes of all variable windows assigned to member's traders.

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

◆ tradingCapacityId

UInt32 tradingCapacityId

Trading Capacity.

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

◆ unseasonedBondTradingFg

TI_FLAG::Enum unseasonedBondTradingFg

Flag to determine wheter a buy side member can negotiate with unseasoned bonds or not.

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