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

Public Member Functions

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

Public Attributes

UInt32 rfcqQuoteMsgId
UInt32 rfcqReqId
BV_MEMBER_INFO provider
std::string aggressorMemberCode
std::string aggressorMemberShortDesc
std::string aggressorMemberDesc
std::string dealerReferenceId
UInt16 numOfLegs
std::vector< BV_HIST_PORTFOLIO_RFCQ_QUOTING_LEGquotingLeg
Double netProceeds
BV_PORTFOLIO_RFCQ_REQUEST_EVENT::Enum event
BV_PORTFOLIO_RFCQ_REQUEST_STATUS::Enum status
UInt64 creationTime
UInt64 editTime

Static Public Attributes

static const size_t quotingLegSize = 200

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_HIST_PORTFOLIO_RFCQ_QUOTE()

◆ ~BV_HIST_PORTFOLIO_RFCQ_QUOTE()

virtual ~BV_HIST_PORTFOLIO_RFCQ_QUOTE ( )
inlinevirtual

Definition at line 58 of file SMP.Classes.BV_HIST_PORTFOLIO_RFCQ_QUOTE.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_HIST_PORTFOLIO_RFCQ_QUOTE * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_HIST_PORTFOLIO_RFCQ_QUOTE * 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 61 of file SMP.Classes.BV_HIST_PORTFOLIO_RFCQ_QUOTE.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 117 of file SMP.Classes.BV_HIST_PORTFOLIO_RFCQ_QUOTE.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ aggressorMemberCode

std::string aggressorMemberCode

Aggressor Member code.

Definition at line 76 of file SMP.Classes.BV_HIST_PORTFOLIO_RFCQ_QUOTE.h.

◆ aggressorMemberDesc

std::string aggressorMemberDesc

Aggressor Member description.

Definition at line 82 of file SMP.Classes.BV_HIST_PORTFOLIO_RFCQ_QUOTE.h.

◆ aggressorMemberShortDesc

std::string aggressorMemberShortDesc

Aggressor Member short description.

Definition at line 79 of file SMP.Classes.BV_HIST_PORTFOLIO_RFCQ_QUOTE.h.

◆ creationTime

UInt64 creationTime

Time at which the message was written.

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

◆ dealerReferenceId

std::string dealerReferenceId

Provider reference ID of the quote.

Definition at line 85 of file SMP.Classes.BV_HIST_PORTFOLIO_RFCQ_QUOTE.h.

◆ editTime

UInt64 editTime

Last Update Tim.

Definition at line 107 of file SMP.Classes.BV_HIST_PORTFOLIO_RFCQ_QUOTE.h.

◆ event

Action applied to the Quote.

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

◆ netProceeds

Double netProceeds

Net Proceeds.

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

◆ numOfLegs

UInt16 numOfLegs

Number of legs.

Definition at line 88 of file SMP.Classes.BV_HIST_PORTFOLIO_RFCQ_QUOTE.h.

◆ provider

BV_MEMBER_INFO provider

Member who entered the Portfolio RFCQ quote.

Definition at line 73 of file SMP.Classes.BV_HIST_PORTFOLIO_RFCQ_QUOTE.h.

◆ quotingLeg

std::vector<BV_HIST_PORTFOLIO_RFCQ_QUOTING_LEG> quotingLeg

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

◆ quotingLegSize

const size_t quotingLegSize = 200
static

Quoting leg data.

Definition at line 91 of file SMP.Classes.BV_HIST_PORTFOLIO_RFCQ_QUOTE.h.

◆ rfcqQuoteMsgId

UInt32 rfcqQuoteMsgId

Unique ID of the Portfolio RFCQ quote.

Definition at line 67 of file SMP.Classes.BV_HIST_PORTFOLIO_RFCQ_QUOTE.h.

◆ rfcqReqId

UInt32 rfcqReqId

Unique ID of the Portfolio RFCQ request.

Definition at line 70 of file SMP.Classes.BV_HIST_PORTFOLIO_RFCQ_QUOTE.h.

◆ status

Current status of the Portfolio RFCQ quote.

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