OnixS C++ CME MDP Conflated UDP Handler 1.1.2
API documentation
Loading...
Searching...
No Matches
NullPRICE9 Struct Reference

Public Types

typedef PRICE9 Value
typedef IntegralConstant< Int64, 9223372036854775807LL > NullMantissa

Public Member Functions

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

Detailed Description

Definition at line 250 of file Composites.h.

Member Typedef Documentation

◆ NullMantissa

typedef IntegralConstant<Int64, 9223372036854775807LL> NullMantissa

Null value for optional Mantissa field.

Definition at line 259 of file Composites.h.

◆ Value

typedef PRICE9 Value

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

Definition at line 254 of file Composites.h.

Member Function Documentation

◆ operator!=()

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

Compares encoded data to NULL.

Definition at line 274 of file Composites.h.

◆ operator==()

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

Compares encoded data to NULL.

Definition at line 263 of file Composites.h.