#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.BV_CMF_DEPTH_2.h>
Public Member Functions | |
BV_CMF_DEPTH_2 () | |
virtual | ~BV_CMF_DEPTH_2 () |
virtual ClassId::Enum | id () const |
size_t | deserialize (const void *buf, size_t inLen) |
virtual std::string | toString () const |
virtual size_t | serializationBufSize () const |
virtual BV_CMF_DEPTH_2 * | clone () const |
virtual BV_CMF_DEPTH_2 * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
BV_INSTRUMENT_INFO | instrument |
UInt32 | sectionId |
std::string | cMFSectionCode |
std::string | cMFSectionDesc |
std::vector< BV_TRADING_INFO > | bid |
std::vector< BV_TRADING_INFO > | ask |
UInt64 | updateTime |
Static Public Attributes | |
static const size_t | bidSize = 20 |
static const size_t | askSize = 20 |
Definition at line 46 of file SMP.Classes.BV_CMF_DEPTH_2.h.
|
inline |
Definition at line 49 of file SMP.Classes.BV_CMF_DEPTH_2.h.
|
inlinevirtual |
Definition at line 58 of file SMP.Classes.BV_CMF_DEPTH_2.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 97 of file SMP.Classes.BV_CMF_DEPTH_2.h.
|
virtual |
Provides string presentation.
Implements Class.
std::vector<BV_TRADING_INFO> ask |
Definition at line 84 of file SMP.Classes.BV_CMF_DEPTH_2.h.
|
static |
Data regarding an Ask price level (price, yield, quantity)
Definition at line 83 of file SMP.Classes.BV_CMF_DEPTH_2.h.
std::vector<BV_TRADING_INFO> bid |
Definition at line 80 of file SMP.Classes.BV_CMF_DEPTH_2.h.
|
static |
Data regarding a Bid price level (price, yield, quantity)
Definition at line 79 of file SMP.Classes.BV_CMF_DEPTH_2.h.
std::string cMFSectionCode |
CMF section code.
Definition at line 73 of file SMP.Classes.BV_CMF_DEPTH_2.h.
std::string cMFSectionDesc |
CMF section description.
Definition at line 76 of file SMP.Classes.BV_CMF_DEPTH_2.h.
BV_INSTRUMENT_INFO instrument |
Instrument unique identifier and type.
Definition at line 67 of file SMP.Classes.BV_CMF_DEPTH_2.h.
UInt32 sectionId |
Unique ID of the section.
Definition at line 70 of file SMP.Classes.BV_CMF_DEPTH_2.h.
UInt64 updateTime |
Time at which the data was last updated.
Definition at line 87 of file SMP.Classes.BV_CMF_DEPTH_2.h.