OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers 20.0.1
Users' manual and API documentation
Loading...
Searching...
No Matches
TickRuleScope Class Reference

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

Public Member Functions

InstrumentType::Enum tickRuleProductComplex () const
TrdType::Enum trdType () const
bool startExpiryRange (UInt32 &value) const
bool endExpiryRange (UInt32 &value) const

Friends

class TypedGroup< TickRuleScope >

Detailed Description

Definition at line 106 of file ProductSnapshot.h.

Member Function Documentation

◆ endExpiryRange()

bool endExpiryRange ( UInt32 & value) const
inline

Obtains the last expiry date to which the tick rule applies.

Parameters
valueReceives the date in YYYYMMDD format.
Returns
true when the optional field is present; otherwise false.

Definition at line 136 of file ProductSnapshot.h.

◆ startExpiryRange()

bool startExpiryRange ( UInt32 & value) const
inline

Obtains the first expiry date to which the tick rule applies.

Parameters
valueReceives the date in YYYYMMDD format.
Returns
true when the optional field is present; otherwise false.

Definition at line 126 of file ProductSnapshot.h.

◆ tickRuleProductComplex()

InstrumentType::Enum tickRuleProductComplex ( ) const
inline

Defines the instrument type for the tick rule.

Definition at line 110 of file ProductSnapshot.h.

◆ trdType()

TrdType::Enum trdType ( ) const
inline

Trade Type.

Definition at line 116 of file ProductSnapshot.h.

◆ TypedGroup< TickRuleScope >

friend class TypedGroup< TickRuleScope >
friend

Definition at line 136 of file ProductSnapshot.h.