Public Member Functions | |
BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK () | |
virtual | ~BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK () |
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_PORTFOLIO_RFCQ_SYNTHETIC_BOOK * | clone () const |
virtual BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | rfcqReqId |
UInt32 | memberId |
UInt32 | traderId |
UInt16 | numOfLegs |
std::string | traderName |
BV_PORTFOLIO_RFCQ_DEPTH_LEG | depthLeg |
UInt16 | numTradingLevel |
std::vector< BV_PORTFOLIO_RFCQ_TRADING_LEVEL > | tradingLevel |
BV_VALUE | bVMidNetProceeds |
UInt64 | updateTime |
Static Public Attributes | |
static const size_t | tradingLevelSize = 10 |
Definition at line 46 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
|
inline |
Definition at line 49 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
|
inlinevirtual |
Definition at line 56 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen ) |
|
inlinevirtual |
Class id.
Implements Class.
Definition at line 59 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
|
inlinevirtual |
Implements Class.
Definition at line 103 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
|
virtual |
Provides string presentation.
Implements Class.
BV_VALUE bVMidNetProceeds |
BV Mid Net Proceeds.
Definition at line 90 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
BV_PORTFOLIO_RFCQ_DEPTH_LEG depthLeg |
Data identifying the Portfolio RFCQ legs.
Definition at line 80 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
UInt32 memberId |
Unique ID of the Buy Side Member.
Definition at line 68 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
UInt16 numOfLegs |
Number of legs.
Definition at line 74 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
UInt16 numTradingLevel |
Number of trading levels.
Definition at line 83 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
UInt32 rfcqReqId |
Unique ID of the Portfolio RFCQ request.
Definition at line 65 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
UInt32 traderId |
Unique ID of the Buy Side Trader.
Definition at line 71 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
std::string traderName |
Trader name.
Definition at line 77 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
std::vector<BV_PORTFOLIO_RFCQ_TRADING_LEVEL> tradingLevel |
Definition at line 87 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
|
static |
Portfolio RFCQ Quote Book.
Definition at line 86 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.
UInt64 updateTime |
Last Update Time.
Definition at line 93 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.