#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.BV_RFCQ_QUICK_EDIT.h>
Public Member Functions | |
BV_RFCQ_QUICK_EDIT () | |
virtual | ~BV_RFCQ_QUICK_EDIT () |
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_QUICK_EDIT * | clone () const |
virtual BV_RFCQ_QUICK_EDIT * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | rfcqQuoteId |
UInt32 | rfcqReqId |
TI_RFCQ_TYPE::Enum | rfcqType |
UInt32 | tradingListId |
UInt16 | legId |
UInt32 | memberId |
UInt32 | traderId |
std::vector< BV_RFCQ_QUICK_QUOTING_LEG > | quotingLeg |
UInt64 | editTime |
TI_RFCQ_QUOTE_EVENT::Enum | event |
Static Public Attributes | |
static const size_t | quotingLegSize = 3 |
Definition at line 44 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.
|
inline |
Definition at line 47 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.
|
inlinevirtual |
Definition at line 53 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 100 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt64 editTime |
Quote last update time.
Definition at line 87 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.
Action applied to the quote.
Definition at line 90 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.
UInt16 legId |
Unique ID of the trading leg.
Definition at line 74 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.
UInt32 memberId |
Data identifying the member who entered quote.
Definition at line 77 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.
std::vector<BV_RFCQ_QUICK_QUOTING_LEG> quotingLeg |
Definition at line 84 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.
|
static |
Quoting data.
Definition at line 83 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.
UInt32 rfcqQuoteId |
Unique ID of the RFCQ quote.
Definition at line 62 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.
UInt32 rfcqReqId |
Unique ID of the RFCQ request.
Definition at line 65 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.
TI_RFCQ_TYPE::Enum rfcqType |
RFCQ Type (Outright, Switch, Butterfly, MultiLeg, ...)
Definition at line 68 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.
UInt32 traderId |
Data identifying the trader who entered the quote.
Definition at line 80 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.
UInt32 tradingListId |
Unique ID of the trading list of bonds.
Definition at line 71 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.