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

Public Member Functions

 BV_PRETRADE_LIMIT ()
virtual ~BV_PRETRADE_LIMIT ()
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_PRETRADE_LIMITclone () const
virtual BV_PRETRADE_LIMITclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 instrumentId
Double indInventoryQuotesCap
Double execInventoryQuotesCap
Double minExecQtyInventoryCAP
Double allOrdersCap
UInt32 updateDate
UInt64 updateTime

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_PRETRADE_LIMIT()

BV_PRETRADE_LIMIT ( )
inline

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

◆ ~BV_PRETRADE_LIMIT()

virtual ~BV_PRETRADE_LIMIT ( )
inlinevirtual

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

Member Function Documentation

◆ clone() [1/2]

virtual BV_PRETRADE_LIMIT * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_PRETRADE_LIMIT * 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_PRETRADE_LIMIT.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

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

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ allOrdersCap

Double allOrdersCap

All Orders Cap.

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

◆ execInventoryQuotesCap

Double execInventoryQuotesCap

Executable Inventory Quotes Cap.

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

◆ indInventoryQuotesCap

Double indInventoryQuotesCap

Indicative Inventory Quotes Cap.

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

◆ instrumentId

UInt32 instrumentId

Unique ID of the member who carried out the configuration.

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

◆ minExecQtyInventoryCAP

Double minExecQtyInventoryCAP

Min Executable Qty Inventory CAP.

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

◆ updateDate

UInt32 updateDate

Last update date.

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

◆ updateTime

UInt64 updateTime

Last update time.

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