108 size_t deserialize(
const void* buf,
size_t inLen);
111 virtual std::string toString ()
const;
122 virtual size_t serialize(
void* buf)
const;
TI_STATISTIC_TYPE::Enum type
Period to which the statistics refer (e.g. yesterday,today,hour)
Double maxYield
Maximum trading yield for the tradable instrument.
Double minYield
Minimum trading yield for the tradable instrument.
UInt16 hour
Hour or interval to which the market statistics refer. Significant only for Type = TI_STATISTIC_TYPE_...
CMF_TRADABLE_INSTRUMENT_STATISTIC()
virtual ClassId::Enum id() const
Class id.
Double tradedQty
Total quantity of tradable instrument traded on the market.
Double avgPrice
Weighted average trading price for the tradable instrument.
Double maxPrice
Maximum trading price for the tradable instrument.
virtual size_t serializationBufSize() const
unsigned long long UInt64
virtual ~CMF_TRADABLE_INSTRUMENT_STATISTIC()
TI_FLAG::Enum recalculationFg
Specifies whether the statistic has been recalculated.
UInt64 lastDealTime
Time at which the last deal was concluded on the tradable instrument.
Double avgYield
Weighted average trading yield for the tradable instrument.
CMF_INSTRUMENT_INFO instrument
Data regarding the tradable instrument.
UInt32 sectionId
Unique ID of the section.
UInt32 numberOfDeals
Number of deals used in the calculation.
Double minPrice
Minimum trading price for the tradable instrument.
TI_TRADE_TYPE::Enum tradeType
Specifies whether the statistic refers to normal trading activity or to a RFQ ... ...