OnixS C++ CME MDP Premium Market Data Handler  5.8.3
API Documentation
SettlPriceType Class Reference

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

Public Types

typedef UInt8 Bits
 

Public Member Functions

bool finalDaily () const
 
bool actual () const
 
bool rounded () const
 
bool intraday () const
 
bool reservedBits () const
 
bool nullValue () const
 
Bits bits () const
 
 SettlPriceType (Bits bits=0)
 

Detailed Description

Definition at line 952 of file Fields.h.

Member Typedef Documentation

typedef UInt8 Bits

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

Definition at line 957 of file Fields.h.

Constructor & Destructor Documentation

SettlPriceType ( Bits  bits = 0)
inline

Definition at line 1001 of file Fields.h.

Member Function Documentation

bool actual ( ) const
inline

Indicates whether Actual bit is set.

Definition at line 966 of file Fields.h.

Bits bits ( ) const
inline

Returns elements as they packed in the set.

Definition at line 996 of file Fields.h.

bool finalDaily ( ) const
inline

Indicates whether FinalDaily bit is set.

Definition at line 960 of file Fields.h.

bool intraday ( ) const
inline

Indicates whether Intraday bit is set.

Definition at line 978 of file Fields.h.

bool nullValue ( ) const
inline

Indicates whether NullValue bit is set.

Definition at line 990 of file Fields.h.

bool reservedBits ( ) const
inline

Indicates whether ReservedBits bit is set.

Definition at line 984 of file Fields.h.

bool rounded ( ) const
inline

Indicates whether Rounded bit is set.

Definition at line 972 of file Fields.h.


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