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

Public Member Functions

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

Public Attributes

TI_MSG_INFO msgInfo
BV_MEMBER_INFO aggressor
BV_PORTFOLIO_RFCQ_CLOSING_TYPE::Enum closingType
TI_FLAG::Enum preAgreedFg
std::string clientRfcqId
UInt32 previewId
UInt16 numOfLegs
std::vector< BV_PORTFOLIO_RFCQ_REQUEST_LEGportfolioLeg
BV_PORTFOLIO_RFCQ_SELL_SIDE_MEMBER_INFO sellSideMemberInfo
Double refNetProceed
std::string refNetProceedsCurrency
std::string portfolioProceedsCurrency
BV_PORTFOLIO_RFCQ_REQUEST_EVENT::Enum event
BV_PORTFOLIO_RFCQ_REQUEST_STATUS::Enum status
UInt32 rfcqDuration
UInt32 rfcqTimeout
UInt16 mOCAcceptanceTime
std::string userInfo1
std::string userInfo2
UInt16 dueInTime
UInt64 dueInTimeout
UInt64 updateTime

Static Public Attributes

static const size_t portfolioLegSize = 200

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_PORTFOLIO_RFCQ_REQUEST()

◆ ~BV_PORTFOLIO_RFCQ_REQUEST()

virtual ~BV_PORTFOLIO_RFCQ_REQUEST ( )
inlinevirtual

Definition at line 61 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_PORTFOLIO_RFCQ_REQUEST * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

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

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 144 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ aggressor

BV_MEMBER_INFO aggressor

Member requesting the Portfolio RFCQ.

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

◆ clientRfcqId

std::string clientRfcqId

Client specific information.

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

◆ closingType

Closing type of the Portfolio RFCQ.

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

◆ dueInTime

UInt16 dueInTime

Number of seconds the Portfolio RFCQ will be deferred.

Definition at line 128 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.

◆ dueInTimeout

UInt64 dueInTimeout

Time at which the Portfolio RFCQ will start.

Definition at line 131 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.

◆ event

Action applied to the Portfolio RFCQ.

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

◆ mOCAcceptanceTime

UInt16 mOCAcceptanceTime

Specifies how much time, expressed in seconds, the Sell Side member has to accept the RFCQ MOC.

Definition at line 119 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.

◆ msgInfo

TI_MSG_INFO msgInfo

Message Info (Unique ID) of the Portfolio Rfcq Request.

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

◆ numOfLegs

UInt16 numOfLegs

Number of legs.

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

◆ portfolioLeg

std::vector<BV_PORTFOLIO_RFCQ_REQUEST_LEG> portfolioLeg

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

◆ portfolioLegSize

const size_t portfolioLegSize = 200
static

Portfolio Request leg data.

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

◆ portfolioProceedsCurrency

std::string portfolioProceedsCurrency

Currency of the calculated portfolio proceeds.

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

◆ preAgreedFg

TI_FLAG::Enum preAgreedFg

Specifies if the RFCQ is sent to one and only provider.

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

◆ previewId

UInt32 previewId

Unique Id of the preview.

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

◆ refNetProceed

Double refNetProceed

Reference net proceeds.

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

◆ refNetProceedsCurrency

std::string refNetProceedsCurrency

Currency of the reference net proceeds.

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

◆ rfcqDuration

UInt32 rfcqDuration

Duration of the Portfolio RFCQ (expressed in seconds)

Definition at line 113 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.

◆ rfcqTimeout

UInt32 rfcqTimeout

Time of expiration of the Portfolio RFCQ.

Definition at line 116 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.

◆ sellSideMemberInfo

Data regarding sell side members.

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

◆ status

Current status of the Portfolio RFCQ request.

Definition at line 110 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.

◆ updateTime

UInt64 updateTime

Last update timestamp.

Definition at line 134 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.

◆ userInfo1

std::string userInfo1

Client free text.

Definition at line 122 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.

◆ userInfo2

std::string userInfo2

Client free text.

Definition at line 125 of file SMP.Classes.BV_PORTFOLIO_RFCQ_REQUEST.h.