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

Public Member Functions

 BV_MARKET_PARAMS ()
virtual ~BV_MARKET_PARAMS ()
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_MARKET_PARAMSclone () const
virtual BV_MARKET_PARAMSclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 sectionId
TI_FLAG::Enum inventoryOrdersFg
UInt16 maxNumIOI
UInt16 iOIDDepthLenght
UInt16 maxNumSingleSideInventoryQuotes
UInt16 maxNumDoubleSideInventoryQuotes
UInt16 inventoryDepthLength

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_MARKET_PARAMS()

BV_MARKET_PARAMS ( )
inline

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

◆ ~BV_MARKET_PARAMS()

virtual ~BV_MARKET_PARAMS ( )
inlinevirtual

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

Member Function Documentation

◆ clone() [1/2]

virtual BV_MARKET_PARAMS * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

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

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

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

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ inventoryDepthLength

UInt16 inventoryDepthLength

Length of the market inventory depth (per section)

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

◆ inventoryOrdersFg

TI_FLAG::Enum inventoryOrdersFg

Flag indicating whether inventory orders are enabled or not.

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

◆ iOIDDepthLenght

UInt16 iOIDDepthLenght

Maximum number of IOI depth.

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

◆ maxNumDoubleSideInventoryQuotes

UInt16 maxNumDoubleSideInventoryQuotes

Maximum number of inventory double sided quotes that a member may have on the market at the same time.

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

◆ maxNumIOI

UInt16 maxNumIOI

Maximum number of IOI for each Tradable Instrument per Side.

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

◆ maxNumSingleSideInventoryQuotes

UInt16 maxNumSingleSideInventoryQuotes

Maximum number of inventory single sided quotes that a member may have on the market at the same time.

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

◆ sectionId

UInt32 sectionId

Unique ID of the section.

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