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

Public Member Functions

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

Public Attributes

UInt32 financialInstrumentId
TI_INSTRUMENT_TYPE::Enum instrumentType
std::string ratingIssuer
std::string ratingValue
std::string additionalRatingInfo
UInt32 updateDate
UInt64 updateTime

Detailed Description

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

Constructor & Destructor Documentation

◆ TI_INSTRUMENT_RATING()

Definition at line 46 of file SMP.Classes.TI_INSTRUMENT_RATING.h.

◆ ~TI_INSTRUMENT_RATING()

virtual ~TI_INSTRUMENT_RATING ( )
inlinevirtual

Definition at line 53 of file SMP.Classes.TI_INSTRUMENT_RATING.h.

Member Function Documentation

◆ clone() [1/2]

virtual TI_INSTRUMENT_RATING * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

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

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 90 of file SMP.Classes.TI_INSTRUMENT_RATING.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ additionalRatingInfo

std::string additionalRatingInfo

Additional information on instrument rating.

Definition at line 74 of file SMP.Classes.TI_INSTRUMENT_RATING.h.

◆ financialInstrumentId

UInt32 financialInstrumentId

Unique ID of the financial instrument.

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

◆ instrumentType

TI_INSTRUMENT_TYPE::Enum instrumentType

Type of the instrument. Reserved for future use.

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

◆ ratingIssuer

std::string ratingIssuer

Agency issuing the rating.

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

◆ ratingValue

std::string ratingValue

Evaluation of the instrument assigned by the rating company indicated in RatingIssuer.

Definition at line 71 of file SMP.Classes.TI_INSTRUMENT_RATING.h.

◆ updateDate

UInt32 updateDate

Last update date.

Definition at line 77 of file SMP.Classes.TI_INSTRUMENT_RATING.h.

◆ updateTime

UInt64 updateTime

Last update time.

Definition at line 80 of file SMP.Classes.TI_INSTRUMENT_RATING.h.