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

Constructor & Destructor Documentation

◆ SettlPriceType()

SettlPriceType ( Bits bits = 0)
inline

Definition at line 1112 of file Fields.h.

Member Function Documentation

◆ actual()

bool actual ( ) const
inline

Indicates whether Actual bit is set.

Definition at line 1077 of file Fields.h.

◆ bits()

Bits bits ( ) const
inline

Returns elements as they packed in the set.

Definition at line 1107 of file Fields.h.

◆ finalDaily()

bool finalDaily ( ) const
inline

Indicates whether FinalDaily bit is set.

Definition at line 1071 of file Fields.h.

◆ intraday()

bool intraday ( ) const
inline

Indicates whether Intraday bit is set.

Definition at line 1089 of file Fields.h.

◆ nullValue()

bool nullValue ( ) const
inline

Indicates whether NullValue bit is set.

Definition at line 1101 of file Fields.h.

◆ reservedBits()

bool reservedBits ( ) const
inline

Indicates whether ReservedBits bit is set.

Definition at line 1095 of file Fields.h.

◆ rounded()

bool rounded ( ) const
inline

Indicates whether Rounded bit is set.

Definition at line 1083 of file Fields.h.