OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
BV_LAST_DEAL Class Reference

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_DEALclone () const
virtual BV_LAST_DEALclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 dealMsgId
BV_INSTRUMENT_INFO instrument
UInt32 sectionId
BV_TRADING_INFO lastTradingInfo
TI_EXEC_TREND::Enum trend
TI_LAST_DEAL_VERB::Enum verb
UInt64 dealTime
TI_TRADE_TYPE::Enum tradeType
UInt16 marketAffiliation
BV_DEAL_STATUS::Enum status
std::string micCode
BV_WAIVER_INDICATOR::Enum waiverIndicator
UInt32 transactionId
UInt16 legId
TI_RFCQ_TYPE::Enum rfcqType

Detailed Description

Definition at line 45 of file SMP.Classes.BV_LAST_DEAL.h.

Constructor & Destructor Documentation

◆ BV_LAST_DEAL()

BV_LAST_DEAL ( )
inline

Definition at line 48 of file SMP.Classes.BV_LAST_DEAL.h.

◆ ~BV_LAST_DEAL()

virtual ~BV_LAST_DEAL ( )
inlinevirtual

Definition at line 53 of file SMP.Classes.BV_LAST_DEAL.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_LAST_DEAL * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_LAST_DEAL * clone ( void * ) const
virtual

Implements Class.

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ id()

virtual ClassId::Enum id ( ) const
inlinevirtual

Class id.

Implements Class.

Definition at line 56 of file SMP.Classes.BV_LAST_DEAL.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 114 of file SMP.Classes.BV_LAST_DEAL.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ dealMsgId

UInt32 dealMsgId

ID of the last deal.

Definition at line 62 of file SMP.Classes.BV_LAST_DEAL.h.

◆ dealTime

UInt64 dealTime

Time at which the deal was closed.

Definition at line 80 of file SMP.Classes.BV_LAST_DEAL.h.

◆ instrument

BV_INSTRUMENT_INFO instrument

Data regarding the tradable instrument.

Definition at line 65 of file SMP.Classes.BV_LAST_DEAL.h.

◆ lastTradingInfo

BV_TRADING_INFO lastTradingInfo

Price, Yield and Quantity of the deal.

Definition at line 71 of file SMP.Classes.BV_LAST_DEAL.h.

◆ legId

UInt16 legId

Unique ID of the trading leg.

Definition at line 101 of file SMP.Classes.BV_LAST_DEAL.h.

◆ marketAffiliation

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.

◆ micCode

std::string micCode

MIC Code.

Definition at line 92 of file SMP.Classes.BV_LAST_DEAL.h.

◆ rfcqType

RFCQ Type.

Definition at line 104 of file SMP.Classes.BV_LAST_DEAL.h.

◆ sectionId

UInt32 sectionId

Unique ID of the section.

Definition at line 68 of file SMP.Classes.BV_LAST_DEAL.h.

◆ status

Status of the deal.

Definition at line 89 of file SMP.Classes.BV_LAST_DEAL.h.

◆ 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.

◆ transactionId

UInt32 transactionId

Unique ID of the RFCQ/Inventory Order.

Definition at line 98 of file SMP.Classes.BV_LAST_DEAL.h.

◆ 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.

◆ verb

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.

◆ waiverIndicator

BV_WAIVER_INDICATOR::Enum waiverIndicator

Waiver Indicator.

Definition at line 95 of file SMP.Classes.BV_LAST_DEAL.h.