OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers  18.2.0
API documentation
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

bool fastMarketIndicator ( ) const
inline

Indicates if product is in the state Fast Market.

Definition at line 475 of file ProductSnapshot.h.

bool minBidSize ( Decimal size) const
inline

Minimum bid quantity (identical to minimum offer quantity).

Definition at line 463 of file ProductSnapshot.h.

bool minOfferSize ( Decimal size) const
inline

Minimum offer quantity (identical to minimum bid quantity).

Definition at line 469 of file ProductSnapshot.h.

Friends And Related Function Documentation

friend class TypedGroup< QuoteSizeRule >
friend

Definition at line 482 of file ProductSnapshot.h.