OnixS C++ CME MDP Conflated UDP Handler 1.1.2
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 992 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 997 of file Fields.h.

Constructor & Destructor Documentation

◆ MatchEventIndicator()

MatchEventIndicator ( Bits bits = 0)
inline

Definition at line 1053 of file Fields.h.

Member Function Documentation

◆ bits()

Bits bits ( ) const
inline

Returns elements as they packed in the set.

Definition at line 1048 of file Fields.h.

◆ endOfEvent()

bool endOfEvent ( ) const
inline

Indicates whether EndOfEvent bit is set.

Definition at line 1042 of file Fields.h.

◆ lastImpliedMsg()

bool lastImpliedMsg ( ) const
inline

Indicates whether LastImpliedMsg bit is set.

Definition at line 1024 of file Fields.h.

◆ lastQuoteMsg()

bool lastQuoteMsg ( ) const
inline

Indicates whether LastQuoteMsg bit is set.

Definition at line 1012 of file Fields.h.

◆ lastStatsMsg()

bool lastStatsMsg ( ) const
inline

Indicates whether LastStatsMsg bit is set.

Definition at line 1018 of file Fields.h.

◆ lastTradeMsg()

bool lastTradeMsg ( ) const
inline

Indicates whether LastTradeMsg bit is set.

Definition at line 1000 of file Fields.h.

◆ lastVolumeMsg()

bool lastVolumeMsg ( ) const
inline

Indicates whether LastVolumeMsg bit is set.

Definition at line 1006 of file Fields.h.

◆ recoveryMsg()

bool recoveryMsg ( ) const
inline

Indicates whether RecoveryMsg bit is set.

Definition at line 1030 of file Fields.h.

◆ reserved()

bool reserved ( ) const
inline

Indicates whether Reserved bit is set.

Definition at line 1036 of file Fields.h.