OnixS C++ CME MDP Premium Market Data Handler 5.9.0
API Documentation
Loading...
Searching...
No Matches
SettlPriceType Class Reference

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 1001 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 1006 of file Fields.h.

Constructor & Destructor Documentation

◆ SettlPriceType()

SettlPriceType ( Bits bits = 0)
inline

Definition at line 1050 of file Fields.h.

Member Function Documentation

◆ actual()

bool actual ( ) const
inline

Indicates whether Actual bit is set.

Definition at line 1015 of file Fields.h.

◆ bits()

Bits bits ( ) const
inline

Returns elements as they packed in the set.

Definition at line 1045 of file Fields.h.

◆ finalDaily()

bool finalDaily ( ) const
inline

Indicates whether FinalDaily bit is set.

Definition at line 1009 of file Fields.h.

◆ intraday()

bool intraday ( ) const
inline

Indicates whether Intraday bit is set.

Definition at line 1027 of file Fields.h.

◆ nullValue()

bool nullValue ( ) const
inline

Indicates whether NullValue bit is set.

Definition at line 1039 of file Fields.h.

◆ reservedBits()

bool reservedBits ( ) const
inline

Indicates whether ReservedBits bit is set.

Definition at line 1033 of file Fields.h.

◆ rounded()

bool rounded ( ) const
inline

Indicates whether Rounded bit is set.

Definition at line 1021 of file Fields.h.