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

Public Member Functions

 BV_CMF_OFFICIAL_PRICE ()
virtual ~BV_CMF_OFFICIAL_PRICE ()
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_CMF_OFFICIAL_PRICEclone () const
virtual BV_CMF_OFFICIAL_PRICEclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 sectionId
BV_CMF_OFFICIAL_PRICE_INFO offPriceInfo
UInt32 offPriceDate
Double minPrice
Double maxPrice
Double avgPrice
Double minYield
Double maxYield
Double avgYield
Double qty
Double nominalValue
Double firstPrice
Double firstYield
Double lastPrice
Double lastYield
std::string currency
UInt32 numberOfTrades
UInt64 createTime
TI_TRADE_TYPE::Enum tradeType

Detailed Description

Definition at line 44 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

Constructor & Destructor Documentation

◆ BV_CMF_OFFICIAL_PRICE()

Definition at line 47 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ ~BV_CMF_OFFICIAL_PRICE()

virtual ~BV_CMF_OFFICIAL_PRICE ( )
inlinevirtual

Definition at line 52 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_CMF_OFFICIAL_PRICE * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

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

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 125 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ avgPrice

Double avgPrice

Market weighted average price of the instrument.

Definition at line 76 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ avgYield

Double avgYield

Market weighted average yeild of the instrument.

Definition at line 85 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ createTime

UInt64 createTime

Time of the instruments price list generation.

Definition at line 112 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ currency

std::string currency

Currency.

Definition at line 106 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ firstPrice

Double firstPrice

First price of the instrument in the market day.

Definition at line 94 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ firstYield

Double firstYield

First yield of the instrument in the market day.

Definition at line 97 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ lastPrice

Double lastPrice

Last price of the instrument in the market day.

Definition at line 100 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ lastYield

Double lastYield

Last yield of the instrument in the market day.

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

◆ maxPrice

Double maxPrice

Market maximum price of the instrument.

Definition at line 73 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ maxYield

Double maxYield

Market maximum yield of the instrument.

Definition at line 82 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ minPrice

Double minPrice

Market minimum price of the instrument.

Definition at line 70 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ minYield

Double minYield

Market minimum yield of the instrument.

Definition at line 79 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ nominalValue

Double nominalValue

Nominal value of the instrument.

Definition at line 91 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ numberOfTrades

UInt32 numberOfTrades

Number of trades concluded on the date.

Definition at line 109 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ offPriceDate

UInt32 offPriceDate

Date of the instruments price list generation.

Definition at line 67 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ offPriceInfo

Section, Class, type, ID of the CMF financial instrument.

Definition at line 64 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ qty

Double qty

Quantity exchanged on the market.

Definition at line 88 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ sectionId

UInt32 sectionId

Unique identifier of the section.

Definition at line 61 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.

◆ tradeType

Specifies whether the statistic refers to normal trading activity or to a RFQ, RFCQ, etc.

Definition at line 115 of file SMP.Classes.BV_CMF_OFFICIAL_PRICE.h.