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

Public Member Functions

 BV_RFCQ_ORDER_DEPTH_INFO ()
 ~BV_RFCQ_ORDER_DEPTH_INFO ()
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

UInt32 memberId
UInt32 quoteId
Double price
Double yield
Double quantity
Double minExecQty
UInt32 groupId

Detailed Description

Definition at line 42 of file SMP.Substructures.BV_RFCQ_ORDER_DEPTH_INFO.h.

Constructor & Destructor Documentation

◆ BV_RFCQ_ORDER_DEPTH_INFO()

◆ ~BV_RFCQ_ORDER_DEPTH_INFO()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 80 of file SMP.Substructures.BV_RFCQ_ORDER_DEPTH_INFO.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ groupId

UInt32 groupId

Unique ID of the Sell Side Member inventory group.

Definition at line 70 of file SMP.Substructures.BV_RFCQ_ORDER_DEPTH_INFO.h.

◆ memberId

UInt32 memberId

Unique ID of the Sell Side Member.

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

◆ minExecQty

Double minExecQty

Minimum Executable Quantity (only for Inventory Quotes)

Definition at line 67 of file SMP.Substructures.BV_RFCQ_ORDER_DEPTH_INFO.h.

◆ price

Double price

Price of the quote.

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

◆ quantity

Double quantity

Quantity of the quote (only for Inventory Quotes)

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

◆ quoteId

UInt32 quoteId

Unique ID of the quote.

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

◆ yield

Double yield

Yield of the quote.

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