OnixS C++ CME MDP Streamlined Market Data Handler  1.2.0
API Documentation
MatchEventIndicator Class Reference

#include <OnixS/CME/Streamlined/Fields.h>

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

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 ( Bits  bits = 0)
inline

Definition at line 400 of file Fields.h.

Member Function Documentation

Bits bits ( ) const
inline

Returns elements as they packed in the set.

Definition at line 395 of file Fields.h.

bool endOfEvent ( ) const
inline

Indicates whether EndOfEvent bit is set.

Definition at line 389 of file Fields.h.

bool lastImpliedMsg ( ) const
inline

Indicates whether LastImpliedMsg bit is set.

Definition at line 371 of file Fields.h.

bool lastQuoteMsg ( ) const
inline

Indicates whether LastQuoteMsg bit is set.

Definition at line 359 of file Fields.h.

bool lastStatsMsg ( ) const
inline

Indicates whether LastStatsMsg bit is set.

Definition at line 365 of file Fields.h.

bool lastTradeMsg ( ) const
inline

Indicates whether LastTradeMsg bit is set.

Definition at line 347 of file Fields.h.

bool lastVolumeMsg ( ) const
inline

Indicates whether LastVolumeMsg bit is set.

Definition at line 353 of file Fields.h.

bool recoveryMsg ( ) const
inline

Indicates whether RecoveryMsg bit is set.

Definition at line 377 of file Fields.h.

bool reserved ( ) const
inline

Indicates whether Reserved bit is set.

Definition at line 383 of file Fields.h.


The documentation for this class was generated from the following file: