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

Public Member Functions

 BV_INVENTORY_QUOTING_DATA ()
 ~BV_INVENTORY_QUOTING_DATA ()
size_t deserialize (const void *buf, size_t inLen)
std::string toString () const
size_t serializationBufSize () const
size_t serialize (void *buf) const

Public Attributes

Double quotation
Double totalQty
Double visibleQty
Double minExecQty
TI_FLAG::Enum axedBonds

Detailed Description

Constructor & Destructor Documentation

◆ BV_INVENTORY_QUOTING_DATA()

◆ ~BV_INVENTORY_QUOTING_DATA()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ axedBonds

TI_FLAG::Enum axedBonds

Axed Bonds flag. Can be defined either only in bid side or only in ask side or in both sides (bid and ask)

Definition at line 64 of file SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h.

◆ minExecQty

Double minExecQty

Miinimum executable quantity.

Definition at line 61 of file SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h.

◆ quotation

Double quotation

Quote Price or Yield.

Definition at line 52 of file SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h.

◆ totalQty

Double totalQty

Total quantity of the quote.

Definition at line 55 of file SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h.

◆ visibleQty

Double visibleQty

Quantity of the quote made visible to the market.

Definition at line 58 of file SMP.Substructures.BV_INVENTORY_QUOTING_DATA.h.