39 namespace BondVision {
53 memberCode.reserve(12);
54 memberShortDesc.reserve(12);
55 traderName.reserve(12);
91 static const size_t depthLegSize = 3;
95 static const size_t tradingLevelSize = 20;
103 size_t deserialize(
const void* buf,
size_t inLen);
106 virtual std::string toString ()
const;
117 virtual size_t serialize(
void* buf)
const;
virtual ClassId::Enum id() const
Class id.
std::vector< BV_HIST_RFCQ_DEPTH_LEG > depthLeg
TI_RFCQ_TYPE::Enum rfcqType
RFCQ Type (Outright, Switch, Butterfly, MultiLeg, ...)
std::string memberShortDesc
Short description of the Buy Side Member.
std::string traderName
Name of the Buy Side Trader.
virtual ~BV_HIST_RFCQ_DEPTH()
UInt32 date
Date of the Rfcq.
UInt64 bookTimestamp
Time at which the quote was hit/lifted.
UInt16 legId
Unique ID of the trading leg.
UInt32 rfcqReqId
Unique ID of the RFCQ request.
std::string memberCode
Code of the Buy Side Member.
virtual size_t serializationBufSize() const
std::vector< BV_HIST_RFCQ_TRADING_LEVEL > tradingLevel
UInt32 tradingListId
Unique ID of the trading list.
unsigned long long UInt64