40 namespace BondVision {
54 cMFSectionCode.reserve(4);
55 cMFSectionDesc.reserve(36);
79 static const size_t bidSize = 20;
80 std::vector<BV_TRADING_INFO>
bid;
83 static const size_t askSize = 20;
84 std::vector<BV_TRADING_INFO>
ask;
91 size_t deserialize(
const void* buf,
size_t inLen);
94 virtual std::string toString ()
const;
105 virtual size_t serialize(
void* buf)
const;
virtual ClassId::Enum id() const
Class id.
BV_INSTRUMENT_INFO instrument
Instrument unique identifier and type.
UInt64 updateTime
Time at which the data was last updated.
UInt32 sectionId
Unique ID of the section.
std::vector< BV_TRADING_INFO > ask
std::string cMFSectionCode
CMF section code.
std::vector< BV_TRADING_INFO > bid
virtual size_t serializationBufSize() const
unsigned long long UInt64
std::string cMFSectionDesc
CMF section description.