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

Public Member Functions

 BV_BASIS_CONVERSION_FACTOR ()
virtual ~BV_BASIS_CONVERSION_FACTOR ()
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_BASIS_CONVERSION_FACTORclone () const
virtual BV_BASIS_CONVERSION_FACTORclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 futureId
UInt32 bondId
Double conversionFactor
TI_FLAG::Enum deliverableFg

Detailed Description

Definition at line 43 of file SMP.Classes.BV_BASIS_CONVERSION_FACTOR.h.

Constructor & Destructor Documentation

◆ BV_BASIS_CONVERSION_FACTOR()

◆ ~BV_BASIS_CONVERSION_FACTOR()

virtual ~BV_BASIS_CONVERSION_FACTOR ( )
inlinevirtual

Definition at line 50 of file SMP.Classes.BV_BASIS_CONVERSION_FACTOR.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_BASIS_CONVERSION_FACTOR * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

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

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 78 of file SMP.Classes.BV_BASIS_CONVERSION_FACTOR.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ bondId

UInt32 bondId

Unique ID of the Bond tradable instrument.

Definition at line 62 of file SMP.Classes.BV_BASIS_CONVERSION_FACTOR.h.

◆ conversionFactor

Double conversionFactor

Conversion factor.

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

◆ deliverableFg

TI_FLAG::Enum deliverableFg

If true, the bond is eligible for settlement.

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

◆ futureId

UInt32 futureId

Unique ID of the Future tradable instrument.

Definition at line 59 of file SMP.Classes.BV_BASIS_CONVERSION_FACTOR.h.