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

Public Member Functions

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

Public Attributes

UInt32 rfcqReqId
UInt32 memberId
UInt32 traderId
UInt16 numOfLegs
std::string traderName
BV_PORTFOLIO_RFCQ_DEPTH_LEG depthLeg
UInt16 numTradingLevel
std::vector< BV_PORTFOLIO_RFCQ_TRADING_LEVELtradingLevel
BV_VALUE bVMidNetProceeds
UInt64 updateTime

Static Public Attributes

static const size_t tradingLevelSize = 10

Detailed Description

Constructor & Destructor Documentation

◆ BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK()

◆ ~BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK()

virtual ~BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK ( )
inlinevirtual

Member Function Documentation

◆ clone() [1/2]

virtual BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

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

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 103 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ bVMidNetProceeds

BV_VALUE bVMidNetProceeds

BV Mid Net Proceeds.

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

◆ depthLeg

Data identifying the Portfolio RFCQ legs.

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

◆ memberId

UInt32 memberId

Unique ID of the Buy Side Member.

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

◆ numOfLegs

UInt16 numOfLegs

Number of legs.

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

◆ numTradingLevel

UInt16 numTradingLevel

Number of trading levels.

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

◆ rfcqReqId

UInt32 rfcqReqId

Unique ID of the Portfolio RFCQ request.

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

◆ traderId

UInt32 traderId

Unique ID of the Buy Side Trader.

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

◆ traderName

std::string traderName

Trader name.

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

◆ tradingLevel

std::vector<BV_PORTFOLIO_RFCQ_TRADING_LEVEL> tradingLevel

◆ tradingLevelSize

const size_t tradingLevelSize = 10
static

Portfolio RFCQ Quote Book.

Definition at line 86 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.

◆ updateTime

UInt64 updateTime

Last Update Time.

Definition at line 93 of file SMP.Classes.BV_PORTFOLIO_RFCQ_SYNTHETIC_BOOK.h.