#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.BV_LAST_DEAL.h>
Public Member Functions | |
BV_LAST_DEAL () | |
virtual | ~BV_LAST_DEAL () |
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_LAST_DEAL * | clone () const |
virtual BV_LAST_DEAL * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Definition at line 45 of file SMP.Classes.BV_LAST_DEAL.h.
|
inline |
Definition at line 48 of file SMP.Classes.BV_LAST_DEAL.h.
|
inlinevirtual |
Definition at line 53 of file SMP.Classes.BV_LAST_DEAL.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 114 of file SMP.Classes.BV_LAST_DEAL.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 dealMsgId |
ID of the last deal.
Definition at line 62 of file SMP.Classes.BV_LAST_DEAL.h.
UInt64 dealTime |
Time at which the deal was closed.
Definition at line 80 of file SMP.Classes.BV_LAST_DEAL.h.
BV_INSTRUMENT_INFO instrument |
Data regarding the tradable instrument.
Definition at line 65 of file SMP.Classes.BV_LAST_DEAL.h.
BV_TRADING_INFO lastTradingInfo |
Price, Yield and Quantity of the deal.
Definition at line 71 of file SMP.Classes.BV_LAST_DEAL.h.
UInt16 legId |
Unique ID of the trading leg.
Definition at line 101 of file SMP.Classes.BV_LAST_DEAL.h.
UInt16 marketAffiliation |
Specifies whether the last deal refers to trading activity on a regulated market or on an MTF.
Definition at line 86 of file SMP.Classes.BV_LAST_DEAL.h.
std::string micCode |
MIC Code.
Definition at line 92 of file SMP.Classes.BV_LAST_DEAL.h.
TI_RFCQ_TYPE::Enum rfcqType |
RFCQ Type.
Definition at line 104 of file SMP.Classes.BV_LAST_DEAL.h.
UInt32 sectionId |
Unique ID of the section.
Definition at line 68 of file SMP.Classes.BV_LAST_DEAL.h.
BV_DEAL_STATUS::Enum status |
Status of the deal.
Definition at line 89 of file SMP.Classes.BV_LAST_DEAL.h.
TI_TRADE_TYPE::Enum tradeType |
Specifies whether the last deal refers to normal trading activity or to a RFQ, RFCQ, etc.
Definition at line 83 of file SMP.Classes.BV_LAST_DEAL.h.
UInt32 transactionId |
Unique ID of the RFCQ/Inventory Order.
Definition at line 98 of file SMP.Classes.BV_LAST_DEAL.h.
TI_EXEC_TREND::Enum trend |
Indicator of the trend for the deal, which follows the quotation type (price, yield,...)
Definition at line 74 of file SMP.Classes.BV_LAST_DEAL.h.
Specifies whether it is a bid or ask deal and refers to the Aggressor.
Definition at line 77 of file SMP.Classes.BV_LAST_DEAL.h.
BV_WAIVER_INDICATOR::Enum waiverIndicator |
Waiver Indicator.
Definition at line 95 of file SMP.Classes.BV_LAST_DEAL.h.