#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.BV_CMF_LAST_DEAL.h>
Public Member Functions | |
BV_CMF_LAST_DEAL () | |
virtual | ~BV_CMF_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_CMF_LAST_DEAL * | clone () const |
virtual BV_CMF_LAST_DEAL * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | dealMsgId |
BV_INSTRUMENT_INFO | instrument |
UInt32 | sectionId |
std::string | cMFSectionCode |
std::string | cMFSectionDesc |
BV_TRADING_INFO | lastTradingInfo |
TI_EXEC_TREND::Enum | trend |
TI_LAST_DEAL_VERB::Enum | verb |
UInt64 | dealTime |
TI_TRADE_TYPE::Enum | tradeType |
std::string | micCode |
BV_WAIVER_INDICATOR::Enum | waiverIndicator |
BV_DEAL_STATUS::Enum | status |
Definition at line 45 of file SMP.Classes.BV_CMF_LAST_DEAL.h.
|
inline |
Definition at line 48 of file SMP.Classes.BV_CMF_LAST_DEAL.h.
|
inlinevirtual |
Definition at line 55 of file SMP.Classes.BV_CMF_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 110 of file SMP.Classes.BV_CMF_LAST_DEAL.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string cMFSectionCode |
CMF section code.
Definition at line 73 of file SMP.Classes.BV_CMF_LAST_DEAL.h.
std::string cMFSectionDesc |
CMF section description.
Definition at line 76 of file SMP.Classes.BV_CMF_LAST_DEAL.h.
UInt32 dealMsgId |
ID of the last deal.
Definition at line 64 of file SMP.Classes.BV_CMF_LAST_DEAL.h.
UInt64 dealTime |
Time at which the last deal was closed.
Definition at line 88 of file SMP.Classes.BV_CMF_LAST_DEAL.h.
BV_INSTRUMENT_INFO instrument |
Data regarding the tradable instrument.
Definition at line 67 of file SMP.Classes.BV_CMF_LAST_DEAL.h.
BV_TRADING_INFO lastTradingInfo |
Price, Yield and Quantity of the deal.
Definition at line 79 of file SMP.Classes.BV_CMF_LAST_DEAL.h.
std::string micCode |
MIC Code.
Definition at line 94 of file SMP.Classes.BV_CMF_LAST_DEAL.h.
UInt32 sectionId |
Unique ID of the section.
Definition at line 70 of file SMP.Classes.BV_CMF_LAST_DEAL.h.
BV_DEAL_STATUS::Enum status |
Status of the deal.
Definition at line 100 of file SMP.Classes.BV_CMF_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 91 of file SMP.Classes.BV_CMF_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 82 of file SMP.Classes.BV_CMF_LAST_DEAL.h.
Deal side, from the point of view of the trader who did the order.
Definition at line 85 of file SMP.Classes.BV_CMF_LAST_DEAL.h.
BV_WAIVER_INDICATOR::Enum waiverIndicator |
Waiver Indicator.
Definition at line 97 of file SMP.Classes.BV_CMF_LAST_DEAL.h.