#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.TI_INSTRUMENT_RATING.h>
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_RATING * | clone () const |
virtual TI_INSTRUMENT_RATING * | clone (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 |
Definition at line 43 of file SMP.Classes.TI_INSTRUMENT_RATING.h.
|
inline |
Definition at line 46 of file SMP.Classes.TI_INSTRUMENT_RATING.h.
|
inlinevirtual |
Definition at line 53 of file SMP.Classes.TI_INSTRUMENT_RATING.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 90 of file SMP.Classes.TI_INSTRUMENT_RATING.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string additionalRatingInfo |
Additional information on instrument rating.
Definition at line 74 of file SMP.Classes.TI_INSTRUMENT_RATING.h.
UInt32 financialInstrumentId |
Unique ID of the financial instrument.
Definition at line 62 of file SMP.Classes.TI_INSTRUMENT_RATING.h.
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.
std::string ratingIssuer |
Agency issuing the rating.
Definition at line 68 of file SMP.Classes.TI_INSTRUMENT_RATING.h.
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.
UInt32 updateDate |
Last update date.
Definition at line 77 of file SMP.Classes.TI_INSTRUMENT_RATING.h.
UInt64 updateTime |
Last update time.
Definition at line 80 of file SMP.Classes.TI_INSTRUMENT_RATING.h.