Public Member Functions | |
BV_PORTFOLIO_RFCQ () | |
virtual | ~BV_PORTFOLIO_RFCQ () |
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 * | clone () const |
virtual BV_PORTFOLIO_RFCQ * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Static Public Attributes | |
static const size_t | portfolioLegSize = 200 |
Definition at line 47 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
|
inline |
Definition at line 50 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
|
inlinevirtual |
Definition at line 57 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 122 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
|
virtual |
Provides string presentation.
Implements Class.
BV_MEMBER_INFO aggressor |
Member sending the Portfolio RFCQ.
Definition at line 72 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
UInt64 dueInTimeout |
Time at which the Portfolio RFCQ will start.
Definition at line 109 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
Action applied to the Portfolio RFCQ.
Definition at line 88 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
UInt16 mOCAcceptanceTime |
Specifies how much time, expressed in seconds, the Sell Side member has to accept the RFCQ MOC.
Definition at line 103 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
TI_MSG_INFO msgInfo |
Message Info (Unique ID) of the Portfolio Rfcq Request.
Definition at line 66 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
UInt16 numOfCompetitors |
Number of competitors.
Definition at line 94 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
UInt16 numOfLegs |
Number of legs.
Definition at line 81 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
std::vector<BV_PORTFOLIO_RFCQ_LEG> portfolioLeg |
Definition at line 85 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
|
static |
Portfolio Request leg data.
Definition at line 84 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
TI_FLAG::Enum preAgreedFg |
Specifies if the RFCQ is sent to one and only provider.
Definition at line 78 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
BV_MEMBER_INFO provider |
Member receiving the Portfolio RFCQ.
Definition at line 75 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
UInt32 rfcqDuration |
Duration of the Portfolio (expressed in seconds)
Definition at line 97 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
UInt32 rfcqReqId |
Unique ID of the Portfolio RFCQ request.
Definition at line 69 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
UInt32 rfcqTimeout |
Time of expiration of the Portfolio RFCQ.
Definition at line 100 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
Current status of the Portfolio RFCQ request.
Definition at line 91 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
UInt64 updateTime |
Last update timestamp.
Definition at line 112 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.
std::string userInfo2 |
Client free text.
Definition at line 106 of file SMP.Classes.BV_PORTFOLIO_RFCQ.h.