Public Member Functions | |
BV_PORTFOLIO_RFCQ_DEPTH_LEG () | |
~BV_PORTFOLIO_RFCQ_DEPTH_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 | |
UInt16 | legId |
BV_INSTRUMENT_INFO | instrument |
TI_VERB::Enum | verb |
Double | quantity |
Double | bVMidPrice |
Double | bVMidYield |
Double | bVMidProceeds |
Definition at line 43 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_DEPTH_LEG.h.
|
inline |
Definition at line 46 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_DEPTH_LEG.h.
|
inline |
Definition at line 50 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_DEPTH_LEG.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen ) |
|
inline |
Definition at line 81 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_DEPTH_LEG.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
Double bVMidPrice |
BV Mid price.
Definition at line 65 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_DEPTH_LEG.h.
Double bVMidProceeds |
BV Mid proceeds.
Definition at line 71 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_DEPTH_LEG.h.
Double bVMidYield |
BV Mid yield.
Definition at line 68 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_DEPTH_LEG.h.
BV_INSTRUMENT_INFO instrument |
Data regarding the tradable instrument.
Definition at line 56 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_DEPTH_LEG.h.
UInt16 legId |
Unique ID of the leg.
Definition at line 53 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_DEPTH_LEG.h.
Double quantity |
Quantity.
Definition at line 62 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_DEPTH_LEG.h.
TI_VERB::Enum verb |
Verb Specifies whether it is a buy or sell operation.
Definition at line 59 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_DEPTH_LEG.h.