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

Public Member Functions

 BV_TRADE_TRADING_INFO ()
 ~BV_TRADE_TRADING_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

Double price
Double yield
BV_VALUE yTC
BV_VALUE yTW
BV_VALUE yMWTh
Double mWCPriceTh
BV_VALUE yMWExrc
BV_VALUE yTR
BV_ANALYTICS analytics
Double discountRate
Double discountMargin
Double qty

Detailed Description

Definition at line 48 of file SMP.Substructures.BV_TRADE_TRADING_INFO.h.

Constructor & Destructor Documentation

◆ BV_TRADE_TRADING_INFO()

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

◆ ~BV_TRADE_TRADING_INFO()

~BV_TRADE_TRADING_INFO ( )
inline

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

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 101 of file SMP.Substructures.BV_TRADE_TRADING_INFO.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ analytics

BV_ANALYTICS analytics

Analytics.

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

◆ discountMargin

Double discountMargin

Discount Margin.

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

◆ discountRate

Double discountRate

Discount Rate.

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

◆ mWCPriceTh

Double mWCPriceTh

MWC Price Theoretical.

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

◆ price

Double price

Price.

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

◆ qty

Double qty

Quantity.

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

◆ yield

Double yield

Yield Discount Margin Conversion.

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

◆ yMWExrc

BV_VALUE yMWExrc

YMW Exercised.

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

◆ yMWTh

BV_VALUE yMWTh

YMW Theoretical.

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

◆ yTC

BV_VALUE yTC

Yield To Call.

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

◆ yTR

BV_VALUE yTR

Yield to Reset.

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

◆ yTW

BV_VALUE yTW

Yield to Worst.

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