OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers 18.2.0
API documentation
Loading...
Searching...
No Matches
Settlement Class Reference

Public Member Functions

SecurityId securityId () const
MarketSegmentId marketSegmentId () const
Decimal mdEntryPx () const
SettlPriceType::Enum settlPriceType () const
UInt64 mdEntryTime () 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 SettlementWrapper

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 53 of file Settlement.h.

Member Function Documentation

◆ marketSegmentId()

MarketSegmentId marketSegmentId ( ) const
inline

Product ID from Eurex Exchange�s new trading architecture.

Definition at line 63 of file Settlement.h.

◆ mdEntryPx()

Decimal mdEntryPx ( ) const
inline

Intraday Settlement Price.

Definition at line 69 of file Settlement.h.

◆ mdEntryTime()

UInt64 mdEntryTime ( ) const
inline

Time of entry (nanoseconds)

Definition at line 81 of file Settlement.h.

◆ securityId()

SecurityId securityId ( ) const
inline

Instrument ID from Eurex Exchange�s new trading architecture.

Definition at line 57 of file Settlement.h.

◆ settlPriceType()

SettlPriceType::Enum settlPriceType ( ) const
inline

Settlement Supplement.

Definition at line 75 of file Settlement.h.

◆ SettlementWrapper

friend class SettlementWrapper
friend

Definition at line 87 of file Settlement.h.