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

Public Member Functions

 BV_VOICE_CONFIRMED_QUOTES ()
 ~BV_VOICE_CONFIRMED_QUOTES ()
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
Double price
Double yield
TI_FLAG::Enum yieldFg
Double yTW
TI_FLAG::Enum yTWFg

Detailed Description

Constructor & Destructor Documentation

◆ BV_VOICE_CONFIRMED_QUOTES()

◆ ~BV_VOICE_CONFIRMED_QUOTES()

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 provider.

Definition at line 52 of file SMP.Substructures.BV_VOICE_CONFIRMED_QUOTES.h.

◆ price

Double price

Price of the quote.

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

◆ yield

Double yield

Yield.

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

◆ yieldFg

TI_FLAG::Enum yieldFg

Indicates whether the Yield is specified or not.

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

◆ yTW

Double yTW

YTW.

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

◆ yTWFg

Indicates whether the YTW is specifiedor no.

Definition at line 67 of file SMP.Substructures.BV_VOICE_CONFIRMED_QUOTES.h.