50 ratingIssuer.reserve(36);
51 ratingValue.reserve(10);
52 additionalRatingInfo.reserve(10);
86 size_t deserialize(
const void* buf,
size_t inLen);
89 virtual std::string toString ()
const;
100 virtual size_t serialize(
void* buf)
const;
UInt32 financialInstrumentId
Unique ID of the financial instrument.
UInt32 updateDate
Last update date.
std::string additionalRatingInfo
Additional information on instrument rating.
std::string ratingIssuer
Agency issuing the rating.
virtual ClassId::Enum id() const
Class id.
TI_INSTRUMENT_TYPE::Enum instrumentType
Type of the instrument. Reserved for future use.
unsigned long long UInt64
UInt64 updateTime
Last update time.
std::string ratingValue
Evaluation of the instrument assigned by the rating company indicated in RatingIssuer.
virtual ~TI_INSTRUMENT_RATING()
virtual size_t serializationBufSize() const