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

Public Member Functions

UInt32 tickRuleId () const
Decimal startTickPriceRange () const
Decimal endTickPriceRange () const
Decimal tickIncrement () const
TickRuleScopes tickRuleScopes () const

Friends

class TypedGroup< TickRule >

Detailed Description

Definition at line 145 of file ProductSnapshot.h.

Member Function Documentation

◆ endTickPriceRange()

Decimal endTickPriceRange ( ) const
inline

Ending price range for the specified tick increment (noninclusive).

Definition at line 161 of file ProductSnapshot.h.

◆ startTickPriceRange()

Decimal startTickPriceRange ( ) const
inline

Starting price range for specified tick increment (inclusive).

Definition at line 155 of file ProductSnapshot.h.

◆ tickIncrement()

Decimal tickIncrement ( ) const
inline

Tick increment for stated price range. Specifies the valid price increments at which instrument of the product can be quoted and traded.

Definition at line 169 of file ProductSnapshot.h.

◆ tickRuleId()

UInt32 tickRuleId ( ) const
inline

Table identifier, only for cash.

Definition at line 149 of file ProductSnapshot.h.

◆ tickRuleScopes()

TickRuleScopes tickRuleScopes ( ) const
inline

Tick rule scope definitions.

Definition at line 175 of file ProductSnapshot.h.

◆ TypedGroup< TickRule >

friend class TypedGroup< TickRule >
friend

Definition at line 175 of file ProductSnapshot.h.