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

Public Member Functions

 BV_HIST_RFCQ_ORDER_LEG ()
 ~BV_HIST_RFCQ_ORDER_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
TI_FLAG::Enum useIoIFg
BV_BEST_TRADING_INFO bVBestBid
BV_BEST_TRADING_INFO bVBestAsk
Double bVBestMidPrice
Double bVBestMidYield
BV_VALUE bVBestMidYTC
BV_VALUE bVBestMidYTW
BV_VALUE bvBestMidYMWTh
Double bvBestMidMWCPriceTh
BV_VALUE bvBestMidYMWExrc
BV_VALUE bvBestMidYTR
BV_ANALYTICS bvBestMidAnalytics
TI_FLAG::Enum bVBestMidValidityFg
std::string benchmarkISINCode
std::string benchmarkDescription
Double benchmarkPrice
Double benchmarkYield
Double benchmarkSpreadValue

Detailed Description

Definition at line 51 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

Constructor & Destructor Documentation

◆ BV_HIST_RFCQ_ORDER_LEG()

◆ ~BV_HIST_RFCQ_ORDER_LEG()

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

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 134 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ benchmarkDescription

std::string benchmarkDescription

Benchmark description.

Definition at line 115 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ benchmarkISINCode

std::string benchmarkISINCode

Benchmark ISIN Code.

Definition at line 112 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ benchmarkPrice

Double benchmarkPrice

Benchmark Price.

Definition at line 118 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ benchmarkSpreadValue

Double benchmarkSpreadValue

Benchmark Spread Value.

Definition at line 124 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ benchmarkYield

Double benchmarkYield

Benchmark Yield.

Definition at line 121 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ bVBestAsk

Market BV Best on the Ask side.

Definition at line 79 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ bVBestBid

Market BV Best on the Bid side.

Definition at line 76 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ bvBestMidAnalytics

BV_ANALYTICS bvBestMidAnalytics

Analytics.

Definition at line 106 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ bvBestMidMWCPriceTh

Double bvBestMidMWCPriceTh

Mid MWC Price Theoretical.

Definition at line 97 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ bVBestMidPrice

Double bVBestMidPrice

Mid Price Value.

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

◆ bVBestMidValidityFg

TI_FLAG::Enum bVBestMidValidityFg

Flag indicating whether the mid-price set in fields BvBestMidPrice/BvBestMidYield is valid or not.

Definition at line 109 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ bVBestMidYield

Double bVBestMidYield

Mid Yield Value.

Definition at line 85 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ bvBestMidYMWExrc

BV_VALUE bvBestMidYMWExrc

Mid YMW Exercised.

Definition at line 100 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ bvBestMidYMWTh

BV_VALUE bvBestMidYMWTh

Mid YMW Theoretical.

Definition at line 94 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ bVBestMidYTC

BV_VALUE bVBestMidYTC

Mid Yield To Call.

Definition at line 88 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ bvBestMidYTR

BV_VALUE bvBestMidYTR

Mid Yield to Reset.

Definition at line 103 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ bVBestMidYTW

BV_VALUE bVBestMidYTW

Mid Yield to Worst.

Definition at line 91 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.

◆ instrument

Data regarding the tradable instrument.

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

◆ quotation

Double quotation

Price (or Yield) of the order.

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

◆ sectionCode

std::string sectionCode

Section Code.

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

◆ useIoIFg

TI_FLAG::Enum useIoIFg

Specifies whether to use the Indication of Interest as limit price.

Definition at line 73 of file SMP.Substructures.BV_HIST_RFCQ_ORDER_LEG.h.