OnixS EuroTLX MITCH Handler for C++  1.1.0.1
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
StatisticsMsg Struct Reference

Used to disseminate statistics information. More...

Public Member Functions

bool isStatisticOpeningPrice () const
 checks Statistic Type
 
bool isStatisticClosingPrice () const
 checks Statistic Type
 
bool isStaticReferencePrice () const
 checks Statistic Type
 
bool isDynamicReferencePrice () const
 checks Statistic Type
 
bool isPreviousClosePrice () const
 checks Statistic Type
 
std::string statisticTypeValue () const
 string representation of statisticType
 
bool isPriceIndicatorAT () const
 checks Open/Close Price8 Indicator
 
bool isPriceIndicatorLastAT () const
 checks Open/Close Price8 Indicator
 
bool isPriceIndicatorManual () const
 checks Open/Close Price8 Indicator
 
bool isPriceIndicatorMidAverage () const
 checks Open/Close Price8 Indicator
 
bool isPriceIndicatorVWAP () const
 checks Open/Close Price8 Indicator
 
bool isPriceIndicatorDerivedFromPreviousClose () const
 checks Open/Close Price8 Indicator
 
bool isPriceIndicatorNormalHoursClosingPrice () const
 checks Open/Close Price8 Indicator
 
bool isPriceIndicatorNone () const
 checks Open/Close Price8 Indicator
 
bool isPriceIndicatorPriceUnavailable () const
 checks Open/Close Price8 Indicator
 
std::string openClosePriceIndicatorValue () const
 string representation of openClosePriceIndicator
 
std::string toString () const
 Returns string representation.
 

Static Public Member Functions

static const char * name ()
 string name of the message
 

Public Attributes

UInt32 nanosecond
 Nanoseconds since last Time message.
 
InstrumentId instrumentId
 Instrument Identifier.
 
Byte reserved0
 Reserved field.
 
Byte reserved1
 Reserved field.
 
String< 1 > statisticType
 Statistic Type.
 
Price8 price
 Opening or Closing price.
 
String< 1 > openClosePriceIndicator
 Open/Close Price8 Indicator.
 
Byte reserved
 reserved
 
- Public Attributes inherited from Message
UInt8 length
 Message Length.
 
Byte type
 Message Type.
 

Detailed Description

Used to disseminate statistics information.