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

Public Member Functions

 BV_PORTFOLIO_RFCQ_TRADING_LEVEL ()
 ~BV_PORTFOLIO_RFCQ_TRADING_LEVEL ()
size_t deserialize (const void *buf, size_t inLen)
std::string toString () const
size_t serializationBufSize () const
size_t serialize (void *buf) const

Public Attributes

UInt32 memberId
UInt32 quoteId
UInt64 quoteUpdateTime
std::vector< BV_PORTFOLIO_RFCQ_TRADING_LEGtradingLeg
Double netProceeds

Static Public Attributes

static const size_t tradingLegSize = 200

Detailed Description

Constructor & Destructor Documentation

◆ BV_PORTFOLIO_RFCQ_TRADING_LEVEL()

◆ ~BV_PORTFOLIO_RFCQ_TRADING_LEVEL()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ memberId

UInt32 memberId

Unique ID of the Sell Side Membe.

Definition at line 55 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_TRADING_LEVEL.h.

◆ netProceeds

Double netProceeds

Net Proceeds.

Definition at line 68 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_TRADING_LEVEL.h.

◆ quoteId

UInt32 quoteId

Unique ID of the Portfolio RFCQ quote.

Definition at line 58 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_TRADING_LEVEL.h.

◆ quoteUpdateTime

UInt64 quoteUpdateTime

Quote last update time.

Definition at line 61 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_TRADING_LEVEL.h.

◆ tradingLeg

std::vector<BV_PORTFOLIO_RFCQ_TRADING_LEG> tradingLeg

◆ tradingLegSize

const size_t tradingLegSize = 200
static

Information about the legs.

Definition at line 64 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_TRADING_LEVEL.h.