OnixS C++ CME MDP Streamlined Market Data Handler 1.2.0
API Documentation
Loading...
Searching...
No Matches
MatchEventIndicator Class Reference

Public Types

typedef UInt8 Bits

Public Member Functions

bool lastTradeMsg () const
bool lastVolumeMsg () const
bool lastQuoteMsg () const
bool lastStatsMsg () const
bool lastImpliedMsg () const
bool recoveryMsg () const
bool reserved () const
bool endOfEvent () const
Bits bits () const
 MatchEventIndicator (Bits bits=0)

Detailed Description

Definition at line 339 of file Fields.h.

Member Typedef Documentation

◆ Bits

typedef UInt8 Bits

Aliases integral type whose bits are used to indicate flag presence.

Definition at line 344 of file Fields.h.

Constructor & Destructor Documentation

◆ MatchEventIndicator()

MatchEventIndicator ( Bits bits = 0)
inline

Definition at line 400 of file Fields.h.

Member Function Documentation

◆ bits()

Bits bits ( ) const
inline

Returns elements as they packed in the set.

Definition at line 395 of file Fields.h.

◆ endOfEvent()

bool endOfEvent ( ) const
inline

Indicates whether EndOfEvent bit is set.

Definition at line 389 of file Fields.h.

◆ lastImpliedMsg()

bool lastImpliedMsg ( ) const
inline

Indicates whether LastImpliedMsg bit is set.

Definition at line 371 of file Fields.h.

◆ lastQuoteMsg()

bool lastQuoteMsg ( ) const
inline

Indicates whether LastQuoteMsg bit is set.

Definition at line 359 of file Fields.h.

◆ lastStatsMsg()

bool lastStatsMsg ( ) const
inline

Indicates whether LastStatsMsg bit is set.

Definition at line 365 of file Fields.h.

◆ lastTradeMsg()

bool lastTradeMsg ( ) const
inline

Indicates whether LastTradeMsg bit is set.

Definition at line 347 of file Fields.h.

◆ lastVolumeMsg()

bool lastVolumeMsg ( ) const
inline

Indicates whether LastVolumeMsg bit is set.

Definition at line 353 of file Fields.h.

◆ recoveryMsg()

bool recoveryMsg ( ) const
inline

Indicates whether RecoveryMsg bit is set.

Definition at line 377 of file Fields.h.

◆ reserved()

bool reserved ( ) const
inline

Indicates whether Reserved bit is set.

Definition at line 383 of file Fields.h.