40 namespace BondVision {
74 static const size_t bidSize = 30;
75 std::vector<BV_IOI_TRADING_INFO>
bid;
78 static const size_t askSize = 30;
79 std::vector<BV_IOI_TRADING_INFO>
ask;
86 size_t deserialize(
const void* buf,
size_t inLen);
89 virtual std::string toString ()
const;
100 virtual size_t serialize(
void* buf)
const;
std::vector< BV_IOI_TRADING_INFO > ask
UInt32 sectionId
Unique ID of the section.
BV_INSTRUMENT_INFO instrument
Data regarding the tradable instrument.
virtual size_t serializationBufSize() const
std::vector< BV_IOI_TRADING_INFO > bid
UInt64 updateTime
Time at which the data was last updated.
virtual ClassId::Enum id() const
Class id.
UInt32 memberId
Unique ID of the Sell Side Member.
unsigned long long UInt64