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

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_EDITclone () const
virtual BV_RFCQ_QUICK_EDITclone (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_LEGquotingLeg
UInt64 editTime
TI_RFCQ_QUOTE_EVENT::Enum event

Static Public Attributes

static const size_t quotingLegSize = 3

Detailed Description

Definition at line 44 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.

Constructor & Destructor Documentation

◆ BV_RFCQ_QUICK_EDIT()

BV_RFCQ_QUICK_EDIT ( )
inline

Definition at line 47 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.

◆ ~BV_RFCQ_QUICK_EDIT()

virtual ~BV_RFCQ_QUICK_EDIT ( )
inlinevirtual

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

Member Function Documentation

◆ clone() [1/2]

virtual BV_RFCQ_QUICK_EDIT * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_RFCQ_QUICK_EDIT * 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_RFCQ_QUICK_EDIT.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 100 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ editTime

UInt64 editTime

Quote last update time.

Definition at line 87 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.

◆ event

Action applied to the quote.

Definition at line 90 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.

◆ legId

UInt16 legId

Unique ID of the trading leg.

Definition at line 74 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.

◆ memberId

UInt32 memberId

Data identifying the member who entered quote.

Definition at line 77 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.

◆ quotingLeg

std::vector<BV_RFCQ_QUICK_QUOTING_LEG> quotingLeg

Definition at line 84 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.

◆ quotingLegSize

const size_t quotingLegSize = 3
static

Quoting data.

Definition at line 83 of file SMP.Classes.BV_RFCQ_QUICK_EDIT.h.

◆ rfcqQuoteId

UInt32 rfcqQuoteId

Unique ID of the RFCQ quote.

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

◆ rfcqReqId

UInt32 rfcqReqId

Unique ID of the RFCQ request.

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

◆ rfcqType

RFCQ Type (Outright, Switch, Butterfly, MultiLeg, ...)

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

◆ traderId

UInt32 traderId

Data identifying the trader who entered the quote.

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

◆ tradingListId

UInt32 tradingListId

Unique ID of the trading list of bonds.

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