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

Public Member Functions

 BV_PORTFOLIO_RFCQ_ORDER_LEG ()
 ~BV_PORTFOLIO_RFCQ_ORDER_LEG ()
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

UInt16 legId
BV_INSTRUMENT_INFO instrument
Double price
Double yield
Double countervalue
Double quantity
Double proceeds

Detailed Description

Constructor & Destructor Documentation

◆ BV_PORTFOLIO_RFCQ_ORDER_LEG()

◆ ~BV_PORTFOLIO_RFCQ_ORDER_LEG()

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

◆ countervalue

Double countervalue

Countervalue.

Definition at line 65 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_ORDER_LEG.h.

◆ instrument

BV_INSTRUMENT_INFO instrument

Data regarding the tradable instrument.

Definition at line 56 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_ORDER_LEG.h.

◆ legId

UInt16 legId

Unique ID of the leg.

Definition at line 53 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_ORDER_LEG.h.

◆ price

Double price

Price.

Definition at line 59 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_ORDER_LEG.h.

◆ proceeds

Double proceeds

Proceeds.

Definition at line 71 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_ORDER_LEG.h.

◆ quantity

Double quantity

Quantity.

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

◆ yield

Double yield

Yield.

Definition at line 62 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_ORDER_LEG.h.