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

Public Types

typedef DecimalQty Value
typedef IntegralConstant< Int32, 2147483647 > NullMantissa

Public Member Functions

bool operator== (const Value &other) const
bool operator!= (const Value &other) const

Detailed Description

Definition at line 62 of file Composites.h.

Member Typedef Documentation

◆ NullMantissa

typedef IntegralConstant<Int32, 2147483647> NullMantissa

Null value for optional Mantissa field.

Definition at line 69 of file Composites.h.

◆ Value

typedef DecimalQty Value

Aliases the type whose null value traits are exposed by the given class.

Definition at line 66 of file Composites.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const Value & other) const
inline

Compares encoded data to NULL.

Definition at line 78 of file Composites.h.

◆ operator==()

bool operator== ( const Value & other) const
inline

Compares encoded data to NULL.

Definition at line 72 of file Composites.h.