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

Public Member Functions

 BV_TRADE_FUTURE_TRADING_INFO ()
 ~BV_TRADE_FUTURE_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 qty
Double conversionFactor
BV_VALUE grossBasis
BV_HEDGE_RATIO::Enum hedgeRatio

Detailed Description

Constructor & Destructor Documentation

◆ BV_TRADE_FUTURE_TRADING_INFO()

◆ ~BV_TRADE_FUTURE_TRADING_INFO()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ conversionFactor

Double conversionFactor

Conversion factor.

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

◆ grossBasis

BV_VALUE grossBasis

Gross basis.

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

◆ hedgeRatio

Hedge ratio.

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

◆ price

Double price

Price.

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

◆ qty

Double qty

Quantity.

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