#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.BV_RFCQ.h>
Public Member Functions | |
BV_RFCQ () | |
virtual | ~BV_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_RFCQ * | clone () const |
virtual BV_RFCQ * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Static Public Attributes | |
static const size_t | rfcqLegSize = 3 |
Definition at line 46 of file SMP.Classes.BV_RFCQ.h.
|
inline |
Definition at line 49 of file SMP.Classes.BV_RFCQ.h.
|
inlinevirtual |
Definition at line 55 of file SMP.Classes.BV_RFCQ.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 138 of file SMP.Classes.BV_RFCQ.h.
|
virtual |
Provides string presentation.
Implements Class.
BV_MEMBER_INFO aggressor |
ID of the member sending the RFCQ.
Definition at line 70 of file SMP.Classes.BV_RFCQ.h.
UInt32 creationDate |
Date on which the message was created.
Definition at line 122 of file SMP.Classes.BV_RFCQ.h.
UInt64 creationTime |
Time at which the message was created.
Definition at line 125 of file SMP.Classes.BV_RFCQ.h.
BV_RFCQ_DEALER_SELECTION_TYPE::Enum dealerSelectionType |
Dealer Selection Type.
Definition at line 94 of file SMP.Classes.BV_RFCQ.h.
UInt16 dueInTime |
Number of seconds the RFCQ will be deferred (for Multileg RFCQ)
Definition at line 116 of file SMP.Classes.BV_RFCQ.h.
UInt64 dueInTimeout |
Time at which the MultiLeg RFCQ will start.
Definition at line 119 of file SMP.Classes.BV_RFCQ.h.
TI_RFCQ_EVENT::Enum event |
Action applied to the RFCQ.
Definition at line 104 of file SMP.Classes.BV_RFCQ.h.
UInt16 numOfCompetitors |
Number of competitors for this RFCQ.
Definition at line 101 of file SMP.Classes.BV_RFCQ.h.
TI_FLAG::Enum preAgreedFg |
Specifies if the RFCQ is sent to one and only provider.
Definition at line 82 of file SMP.Classes.BV_RFCQ.h.
TI_FLAG::Enum preTradeFg |
Specifies whether the RFCQ will be subject to pre-trade transparency or not.
Definition at line 85 of file SMP.Classes.BV_RFCQ.h.
BV_MEMBER_INFO provider |
ID of the member receiving the RFCQ.
Definition at line 73 of file SMP.Classes.BV_RFCQ.h.
TI_RFCQ_QUANTITY_CALCULATION::Enum quantityCalculation |
Type of quantity calculation carried out by the Buy Side member.
Definition at line 88 of file SMP.Classes.BV_RFCQ.h.
UInt32 rfcqDuration |
Duration of the RFCQ (expressed in seconds)
Definition at line 110 of file SMP.Classes.BV_RFCQ.h.
std::vector<BV_RFCQ_LEG> rfcqLeg |
Definition at line 98 of file SMP.Classes.BV_RFCQ.h.
|
static |
RFCQ Leg data (in case of Multileg RFCQ or Double Sided RFCQ the legs are specified in the trading list)
Definition at line 97 of file SMP.Classes.BV_RFCQ.h.
UInt32 rfcqMsgId |
Unique ID of the RFCQ.
Definition at line 64 of file SMP.Classes.BV_RFCQ.h.
TI_RFCQ_ORIGIN::Enum rfcqOrigin |
RFCQ Origin(From Scratch, From Single Dealer Page, From Inventory)
Definition at line 79 of file SMP.Classes.BV_RFCQ.h.
UInt32 rfcqReqId |
Unique ID of the RFCQ request.
Definition at line 67 of file SMP.Classes.BV_RFCQ.h.
UInt64 rfcqTimeout |
Time of expiration of the RFCQ.
Definition at line 113 of file SMP.Classes.BV_RFCQ.h.
TI_RFCQ_TYPE::Enum rfcqType |
RFCQ Type (Outright, Switch, Butterfly, MultiLeg, ...)
Definition at line 76 of file SMP.Classes.BV_RFCQ.h.
TI_RFCQ_STATUS::Enum status |
Status of the RFCQ.
Definition at line 107 of file SMP.Classes.BV_RFCQ.h.
UInt32 tradingListId |
Unique ID of the trading list of bonds.
Definition at line 91 of file SMP.Classes.BV_RFCQ.h.
UInt64 updateTime |
Last update time.
Definition at line 128 of file SMP.Classes.BV_RFCQ.h.