Public Member Functions | |
BV_PORTFOLIO_RFCQ_REQUEST () | |
virtual | ~BV_PORTFOLIO_RFCQ_REQUEST () |
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_REQUEST * | clone () const |
virtual BV_PORTFOLIO_RFCQ_REQUEST * | 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_REQUEST.h.
|
inline |
Definition at line 50 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
|
inlinevirtual |
Definition at line 61 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 144 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
|
virtual |
Provides string presentation.
Implements Class.
BV_MEMBER_INFO aggressor |
Member requesting the Portfolio RFCQ.
Definition at line 73 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
std::string clientRfcqId |
Client specific information.
Definition at line 82 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
BV_PORTFOLIO_RFCQ_CLOSING_TYPE::Enum closingType |
Closing type of the Portfolio RFCQ.
Definition at line 76 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
UInt16 dueInTime |
Number of seconds the Portfolio RFCQ will be deferred.
Definition at line 128 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
UInt64 dueInTimeout |
Time at which the Portfolio RFCQ will start.
Definition at line 131 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
Action applied to the Portfolio RFCQ.
Definition at line 107 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
UInt16 mOCAcceptanceTime |
Specifies how much time, expressed in seconds, the Sell Side member has to accept the RFCQ MOC.
Definition at line 119 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
TI_MSG_INFO msgInfo |
Message Info (Unique ID) of the Portfolio Rfcq Request.
Definition at line 70 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
UInt16 numOfLegs |
Number of legs.
Definition at line 88 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
std::vector<BV_PORTFOLIO_RFCQ_REQUEST_LEG> portfolioLeg |
Definition at line 92 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
|
static |
Portfolio Request leg data.
Definition at line 91 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
std::string portfolioProceedsCurrency |
Currency of the calculated portfolio proceeds.
Definition at line 104 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
TI_FLAG::Enum preAgreedFg |
Specifies if the RFCQ is sent to one and only provider.
Definition at line 79 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
UInt32 previewId |
Unique Id of the preview.
Definition at line 85 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
Double refNetProceed |
Reference net proceeds.
Definition at line 98 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
std::string refNetProceedsCurrency |
Currency of the reference net proceeds.
Definition at line 101 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
UInt32 rfcqDuration |
Duration of the Portfolio RFCQ (expressed in seconds)
Definition at line 113 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
UInt32 rfcqTimeout |
Time of expiration of the Portfolio RFCQ.
Definition at line 116 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
BV_PORTFOLIO_RFCQ_SELL_SIDE_MEMBER_INFO sellSideMemberInfo |
Data regarding sell side members.
Definition at line 95 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
Current status of the Portfolio RFCQ request.
Definition at line 110 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
UInt64 updateTime |
Last update timestamp.
Definition at line 134 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
std::string userInfo1 |
Client free text.
Definition at line 122 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.
std::string userInfo2 |
Client free text.
Definition at line 125 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.