#include <OnixS/Eurex/MarketData/ProductStateChange.h>
Public Member Functions | |
MarketSegmentId | marketSegmentId () const |
TradingSessionId::Enum | tradingSessionId () const |
TradingSessionSubID::Enum | tradingSessionSubID () const |
TradSesStatus::Enum | tradSesStatus () const |
bool | fastMarketIndicator () const |
UInt64 | transactTime () const |
TradSesStatus::Enum | tesTradSesStatus () const |
MarketCondition::Enum | marketCondition () 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 |
Message & | operator= (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 | ProductStateChangeWrapper |
Additional Inherited Members | |
Protected Member Functions inherited from FieldSet | |
FieldSet () | |
FieldSet (const Message *, void *) | |
FieldSet (const FieldSet &) | |
~FieldSet () | |
FieldSet & | operator= (const FieldSet &) |
Protected Attributes inherited from FieldSet | |
const Message * | container_ |
void * | impl_ |
Definition at line 34 of file ProductStateChange.h.
|
inline |
Indicates if product is in the state Fast Market.
Definition at line 63 of file ProductStateChange.h.
|
inline |
Indicator for stressed market conditions.
Definition at line 81 of file ProductStateChange.h.
|
inline |
Product identifier.
Definition at line 38 of file ProductStateChange.h.
|
inline |
Defines the TES trading session status.
Definition at line 75 of file ProductStateChange.h.
|
inline |
Defines the trading session ID.
Definition at line 44 of file ProductStateChange.h.
|
inline |
Defines the trading session sub ID.
Definition at line 50 of file ProductStateChange.h.
|
inline |
Defines the trading session status.
Definition at line 57 of file ProductStateChange.h.
|
inline |
Time when request was processed by the matcher (nanoseconds).
Definition at line 69 of file ProductStateChange.h.
|
friend |
Definition at line 87 of file ProductStateChange.h.