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

Public Member Functions

 BV_RFCQ_DEPTH_LEG ()
 ~BV_RFCQ_DEPTH_LEG ()
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 sectionId
BV_INSTRUMENT_INFO instrument
TI_VERB::Enum verb
Double quantity
Double minQty

Detailed Description

Definition at line 43 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.

Constructor & Destructor Documentation

◆ BV_RFCQ_DEPTH_LEG()

BV_RFCQ_DEPTH_LEG ( )
inline

Definition at line 46 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.

◆ ~BV_RFCQ_DEPTH_LEG()

~BV_RFCQ_DEPTH_LEG ( )
inline

Definition at line 50 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 75 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ instrument

BV_INSTRUMENT_INFO instrument

Data regarding the tradable instrument.

Definition at line 56 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.

◆ minQty

Double minQty

Minimum Quantity.

Definition at line 65 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.

◆ quantity

Double quantity

Quantity.

Definition at line 62 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.

◆ sectionId

UInt32 sectionId

Unique ID of the section.

Definition at line 53 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.

◆ verb

Verb (Referred to the member who receives the information)

Definition at line 59 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.