OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers  16.1.0
API documentation
InstrumentStateChange Class Reference

#include <OnixS/Eurex/MarketData/InstrumentStateChange.h>

Public Member Functions

MarketSegmentId marketSegmentId () const
 
SecurityId securityId () const
 
SecurityStatus::Enum securityStatus () const
 
SecurityTradingStatus::Enum securityTradingStatus () const
 
MarketCondition::Enum marketCondition () const
 
bool fastMarketIndicator () const
 
SecurityTradingEvent::Enum securityTradingEvent () const
 
SoldOutIndicator::Enum soldOutIndicator () const
 
bool highPx (Decimal &price) const
 
bool lowPx (Decimal &price) const
 
UInt64 transactTime () const
 
SecurityStatus::Enum tesSecurityStatus () const
 
- Public Member Functions inherited from Message
 Message (const Message &other)
 
 ~Message ()
 
FieldValueRef type () const
 
SequenceNumber seqNum () const
 
FieldValueRef senderCompId () const
 
bool operator== (const Message &) const
 
bool operator!= (const Message &) const
 
std::string toString (char delimiter=0x1, MessageStringingFlags flags=MessageStringingFlag::IncludeFieldTagNumber) const
 
std::string toStringWithFieldNames () const
 
void toString (std::string &str, char delimiter=0x1, MessageStringingFlags flags=MessageStringingFlag::IncludeFieldTagNumber) const
 
Messageoperator= (const Message &)
 
- Public Member Functions inherited from FieldSet
 operator bool () const
 
FieldValueRef get (Tag tag) const
 
Int32 getInt32 (Tag tag) const
 
UInt32 getUInt32 (Tag tag) const
 
Int64 getInt64 (Tag tag) const
 
UInt64 getUInt64 (Tag tag) const
 
Decimal getDecimal (Tag tag) const
 
StringRef getStringRef (Tag tag) const
 
Timestamp getTimestamp (Tag tag, TimestampFormat::Enum=TimestampFormat::YYYYMMDDHHMMSSNsec) const
 
Group getGroup (Tag numberOfInstancesTag) const
 
Group getOptionalGroup (Tag numberOfInstancesTag) const
 
bool hasFlag (Tag tag) const
 
size_t fields (Fields &fields) const
 
void swap (FieldSet &) throw ()
 

Friends

class InstrumentStateChangeWrapper
 

Additional Inherited Members

- Protected Member Functions inherited from FieldSet
 FieldSet ()
 
 FieldSet (const Message *, void *)
 
 FieldSet (const FieldSet &)
 
 ~FieldSet ()
 
FieldSetoperator= (const FieldSet &)
 
- Protected Attributes inherited from FieldSet
const Messagecontainer_
 
void * impl_
 

Detailed Description

Definition at line 33 of file InstrumentStateChange.h.

Member Function Documentation

bool fastMarketIndicator ( ) const
inline

Indicates if product is in the state Fast Market.

Definition at line 67 of file InstrumentStateChange.h.

bool highPx ( Decimal price) const
inline

Upper boundary price.

Definition at line 85 of file InstrumentStateChange.h.

bool lowPx ( Decimal price) const
inline

Lower boundary price.

Definition at line 91 of file InstrumentStateChange.h.

MarketCondition::Enum marketCondition ( ) const
inline

Indicator for stressed market conditions.

Definition at line 61 of file InstrumentStateChange.h.

MarketSegmentId marketSegmentId ( ) const
inline

Product identifier.

Definition at line 37 of file InstrumentStateChange.h.

SecurityId securityId ( ) const
inline

Instrument identifier.

Definition at line 43 of file InstrumentStateChange.h.

SecurityStatus::Enum securityStatus ( ) const
inline

Security Status.

Definition at line 49 of file InstrumentStateChange.h.

SecurityTradingEvent::Enum securityTradingEvent ( ) const
inline

Identifies an event related to a securityTradingStatus()

Definition at line 73 of file InstrumentStateChange.h.

SecurityTradingStatus::Enum securityTradingStatus ( ) const
inline

Defines the security trading status.

Definition at line 55 of file InstrumentStateChange.h.

SoldOutIndicator::Enum soldOutIndicator ( ) const
inline

Identifies the sold out status (applicable for continuous auction trading model only).

Definition at line 79 of file InstrumentStateChange.h.

SecurityStatus::Enum tesSecurityStatus ( ) const
inline

Defines the TES security status.

Definition at line 103 of file InstrumentStateChange.h.

UInt64 transactTime ( ) const
inline

Time when request was processed by the matcher (nanoseconds).

Definition at line 97 of file InstrumentStateChange.h.

Friends And Related Function Documentation

friend class InstrumentStateChangeWrapper
friend

Definition at line 109 of file InstrumentStateChange.h.


The documentation for this class was generated from the following file: