OnixS C++ B3 BOE Binary Order Entry 1.4.0
Users' manual and API documentation
Loading...
Searching...
No Matches
NullPriceOptional Struct Reference

#include <OnixS/B3/BOE/messaging/Composites.h>

Public Types

typedef PriceOptional Value
typedef IntegralConstant< Int64, -9223372036854775807LL-1 > NullMantissa

Public Member Functions

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

Static Public Member Functions

static constexpr Value value () noexcept

Detailed Description

Definition at line 203 of file Composites.h.

Member Typedef Documentation

◆ NullMantissa

typedef IntegralConstant<Int64, -9223372036854775807LL-1> NullMantissa

Null value for an optional Mantissa field.

Definition at line 212 of file Composites.h.

◆ Value

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

Definition at line 207 of file Composites.h.

Member Function Documentation

◆ operator Value()

operator Value ( ) const
inlineconstexprnoexcept
Returns
the value of the constant.

Definition at line 235 of file Composites.h.

◆ operator!=()

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

Compares encoded data to NULL.

Definition at line 227 of file Composites.h.

◆ operator()()

Value operator() ( ) const
inlineconstexprnoexcept
Returns
the value of the constant.

Definition at line 243 of file Composites.h.

◆ operator==()

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

Compares encoded data to NULL.

Definition at line 217 of file Composites.h.

◆ value()

constexpr Value value ( )
inlinestaticconstexprnoexcept
Returns
the value of the constant.

Definition at line 251 of file Composites.h.