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 |
Definition at line 43 of file SMP.Substructures.BV_TRADE_FUTURE_TRADING_INFO.h.
|
inline |
Definition at line 46 of file SMP.Substructures.BV_TRADE_FUTURE_TRADING_INFO.h.
|
inline |
Definition at line 50 of file SMP.Substructures.BV_TRADE_FUTURE_TRADING_INFO.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 75 of file SMP.Substructures.BV_TRADE_FUTURE_TRADING_INFO.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| Double conversionFactor |
Conversion factor.
Definition at line 59 of file SMP.Substructures.BV_TRADE_FUTURE_TRADING_INFO.h.
| BV_VALUE grossBasis |
Gross basis.
Definition at line 62 of file SMP.Substructures.BV_TRADE_FUTURE_TRADING_INFO.h.
| BV_HEDGE_RATIO::Enum hedgeRatio |
Hedge ratio.
Definition at line 65 of file SMP.Substructures.BV_TRADE_FUTURE_TRADING_INFO.h.
| Double price |
Price.
Definition at line 53 of file SMP.Substructures.BV_TRADE_FUTURE_TRADING_INFO.h.
| Double qty |
Quantity.
Definition at line 56 of file SMP.Substructures.BV_TRADE_FUTURE_TRADING_INFO.h.