Public Member Functions | |
| BV_RFCQ_DEPTH_LEG () | |
| ~BV_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 | |
| UInt32 | sectionId |
| BV_INSTRUMENT_INFO | instrument |
| TI_VERB::Enum | verb |
| Double | quantity |
| Double | minQty |
| UInt32 | benchmarkBondId |
| BV_VALUE | benchmarkYield |
| BV_VALUE | benchmarkPrice |
Definition at line 45 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.
|
inline |
Definition at line 48 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.
|
inline |
Definition at line 52 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 86 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| UInt32 benchmarkBondId |
ID of the benchmark bond.
Definition at line 70 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.
| BV_VALUE benchmarkPrice |
Price of the benchmark bond.
Definition at line 76 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.
| BV_VALUE benchmarkYield |
Yield of the benchmark bond.
Definition at line 73 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.
| BV_INSTRUMENT_INFO instrument |
Data regarding the tradable instrument.
Definition at line 58 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.
| Double minQty |
Minimum Quantity.
Definition at line 67 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.
| Double quantity |
Quantity.
Definition at line 64 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.
| UInt32 sectionId |
Unique ID of the section.
Definition at line 55 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.
| TI_VERB::Enum verb |
Verb (Referred to the member who receives the information)
Definition at line 61 of file SMP.Substructures.BV_RFCQ_DEPTH_LEG.h.