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

Public Member Functions

 BV_SELL_SIDE_MEMBER ()
virtual ~BV_SELL_SIDE_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_SELL_SIDE_MEMBERclone () const
virtual BV_SELL_SIDE_MEMBERclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 marketId
UInt32 sellSideMemberId
UInt32 instrumentClassId
TI_FLAG::Enum enabledFg
TI_FLAG::Enum rFCQPartialFillFg

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_SELL_SIDE_MEMBER()

BV_SELL_SIDE_MEMBER ( )
inline

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

◆ ~BV_SELL_SIDE_MEMBER()

virtual ~BV_SELL_SIDE_MEMBER ( )
inlinevirtual

Definition at line 50 of file SMP.Classes.BV_SELL_SIDE_MEMBER.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_SELL_SIDE_MEMBER * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_SELL_SIDE_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 53 of file SMP.Classes.BV_SELL_SIDE_MEMBER.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

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

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ enabledFg

TI_FLAG::Enum enabledFg

If True, the Sell Side Member is enabled to respond to RFCQs on the specified instrument class.

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

◆ instrumentClassId

UInt32 instrumentClassId

Unique ID of the instrument class.

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

◆ marketId

UInt32 marketId

Unique ID of the market.

Definition at line 59 of file SMP.Classes.BV_SELL_SIDE_MEMBER.h.

◆ rFCQPartialFillFg

TI_FLAG::Enum rFCQPartialFillFg

Specifies whether the Sell Side Member is prepared to receive Outright RFCQs that can be executed partially.

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

◆ sellSideMemberId

UInt32 sellSideMemberId

Unique ID of the Sell Side Member.

Definition at line 62 of file SMP.Classes.BV_SELL_SIDE_MEMBER.h.