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

Public Member Functions

bool minBidSize (Decimal &size) const
bool minOfferSize (Decimal &size) const
bool fastMarketIndicator () const

Friends

class TypedGroup< QuoteSizeRule >

Detailed Description

Definition at line 458 of file ProductSnapshot.h.

Member Function Documentation

◆ fastMarketIndicator()

bool fastMarketIndicator ( ) const
inline

Indicates if product is in the state Fast Market.

Definition at line 475 of file ProductSnapshot.h.

◆ minBidSize()

bool minBidSize ( Decimal & size) const
inline

Minimum bid quantity (identical to minimum offer quantity).

Definition at line 463 of file ProductSnapshot.h.

◆ minOfferSize()

bool minOfferSize ( Decimal & size) const
inline

Minimum offer quantity (identical to minimum bid quantity).

Definition at line 469 of file ProductSnapshot.h.

◆ TypedGroup< QuoteSizeRule >

friend class TypedGroup< QuoteSizeRule >
friend

Definition at line 475 of file ProductSnapshot.h.