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

Public Member Functions

 BV_HIST_RFCQ_QUOTING_LEG ()
 ~BV_HIST_RFCQ_QUOTING_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

std::string sectionCode
BV_HIST_INSTRUMENT_INFO instrument
Double quotation
Double calculatedQuotation
TI_FLAG::Enum adjustedFg
Double quantity
BV_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_HIST_RFCQ_QUOTING_LEG()

◆ ~BV_HIST_RFCQ_QUOTING_LEG()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 82 of file SMP.Substructures.BV_HIST_RFCQ_QUOTING_LEG.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ adjustedFg

TI_FLAG::Enum adjustedFg

Field used by the client application.

Definition at line 66 of file SMP.Substructures.BV_HIST_RFCQ_QUOTING_LEG.h.

◆ calculatedQuotation

Double calculatedQuotation

Yield (or Price)

Definition at line 63 of file SMP.Substructures.BV_HIST_RFCQ_QUOTING_LEG.h.

◆ instrument

Data regarding the tradable instrument.

Definition at line 57 of file SMP.Substructures.BV_HIST_RFCQ_QUOTING_LEG.h.

◆ quantity

Double quantity

Quantity.

Definition at line 69 of file SMP.Substructures.BV_HIST_RFCQ_QUOTING_LEG.h.

◆ quotation

Double quotation

Price (or Yield)

Definition at line 60 of file SMP.Substructures.BV_HIST_RFCQ_QUOTING_LEG.h.

◆ sectionCode

std::string sectionCode

Section code.

Definition at line 54 of file SMP.Substructures.BV_HIST_RFCQ_QUOTING_LEG.h.

◆ shortSellingIndicator

BV_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator

Shor tSelling indicator.

Definition at line 72 of file SMP.Substructures.BV_HIST_RFCQ_QUOTING_LEG.h.