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

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

Public Types

typedef UInt8 Bits
 

Public Member Functions

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

Detailed Description

Definition at line 410 of file Fields.h.

Member Typedef Documentation

typedef UInt8 Bits

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

Definition at line 415 of file Fields.h.

Constructor & Destructor Documentation

SettlPriceType ( Bits  bits = 0)
inline

Definition at line 453 of file Fields.h.

Member Function Documentation

bool actual ( ) const
inline

Indicates whether Actual bit is set.

Definition at line 424 of file Fields.h.

Bits bits ( ) const
inline

Returns elements as they packed in the set.

Definition at line 448 of file Fields.h.

bool finalDaily ( ) const
inline

Indicates whether FinalDaily bit is set.

Definition at line 418 of file Fields.h.

bool nullValue ( ) const
inline

Indicates whether NullValue bit is set.

Definition at line 442 of file Fields.h.

bool reservedBits ( ) const
inline

Indicates whether ReservedBits bit is set.

Definition at line 436 of file Fields.h.

bool rounded ( ) const
inline

Indicates whether Rounded bit is set.

Definition at line 430 of file Fields.h.


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