38 namespace BondVision {
81 static const size_t tradingListSize = 50;
101 size_t deserialize(
const void* buf,
size_t inLen);
104 virtual std::string toString ()
const;
115 virtual size_t serialize(
void* buf)
const;
std::string comment
May include a comment specified by the Buy Side Member.
virtual ~BV_RFCQ_SELL_SIDE_TRADING_LIST()
UInt16 numOfLegs
Number of bonds in the trading list.
virtual ClassId::Enum id() const
Class id.
UInt32 tradingListId
Unique ID of the trading list.
UInt64 creationTime
Creation time.
UInt32 updateDate
Last update date.
UInt32 rfcqReqId
Unique ID of the RFCQ.
UInt32 sellSideMemberId
Unique ID of the Sell Side Member.
UInt32 creationDate
Creation date.
UInt64 updateTime
Last update time.
UInt16 numOfTradableLegs
Number of tradable bonds in the trading list.
UInt32 buySideMemberId
Unique ID of the Buy Side Member.
std::vector< BV_RFCQ_SELL_SIDE_TRADING_LIST_INFO > tradingList
virtual size_t serializationBufSize() const
unsigned long long UInt64
BV_RFCQ_SELL_SIDE_TRADING_LIST()