#include <OnixS/MTS/BondVision/SDP/Classes/Substructures/SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h>
Public Member Functions | |
BV_RFCQ_TRADING_LEVEL () | |
~BV_RFCQ_TRADING_LEVEL () | |
size_t | deserialize (const void *buf, size_t inLen) |
std::string | toString () const |
size_t | serializationBufSize () const |
size_t | serialize (void *buf) const |
Static Public Attributes | |
static const size_t | tradingLegSize = 3 |
Definition at line 43 of file SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h.
|
inline |
Definition at line 46 of file SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h.
|
inline |
Definition at line 52 of file SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 90 of file SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
UInt64 automaticMatchingValidityTime |
Automatic matching validity time.
Definition at line 64 of file SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h.
Double grossYieldSpread |
Only valid for Switch and Butterfly RFCQ.
Definition at line 74 of file SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h.
UInt32 memberId |
Unique ID of the Sell Side Member.
Definition at line 55 of file SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h.
Double proceedsSpread |
Only valid for Switch (Proceeds Spread) and Butterfly RFCQ (Proceeds Weighted Spread)
Definition at line 77 of file SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h.
UInt32 quoteId |
Unique ID of the RFCQ quote.
Definition at line 58 of file SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h.
TI_RFCQ_MATCHING_TYPE::Enum quoteMatchingType |
Quote matching type.
Definition at line 67 of file SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h.
UInt64 quoteUpdateTime |
Quote last update time.
Definition at line 61 of file SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h.
Double riskWeightedYieldSpread |
Only valid for Butterfly RFCQ.
Definition at line 80 of file SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h.
std::vector<BV_RFCQ_TRADING_LEG> tradingLeg |
Definition at line 71 of file SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h.
|
static |
Trading information leg.
Definition at line 70 of file SMP.Substructures.BV_RFCQ_TRADING_LEVEL.h.