OnixS C++ B3 Binary UMDF Market Data Handler  1.3.0
API documentation
NullRatioQty Struct Reference

#include <OnixS/B3/MarketData/UMDF/messaging/Composites.h>

Public Types

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

Public Member Functions

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

Static Public Member Functions

static Value value () throw ()
 

Detailed Description

Definition at line 340 of file Composites.h.

Member Typedef Documentation

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

Null value for an optional Mantissa field.

Definition at line 349 of file Composites.h.

typedef RatioQty Value

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

Definition at line 344 of file Composites.h.

Member Function Documentation

operator Value ( ) const
throw (
)
inline
Returns
the value of the constant.

Definition at line 372 of file Composites.h.

ONIXS_B3_UMDF_MD_NODISCARD bool operator!= ( const Value other) const
throw (
)
inline

Compares encoded data to NULL.

Definition at line 364 of file Composites.h.

Value operator() ( ) const
throw (
)
inline
Returns
the value of the constant.

Definition at line 380 of file Composites.h.

ONIXS_B3_UMDF_MD_NODISCARD bool operator== ( const Value other) const
throw (
)
inline

Compares encoded data to NULL.

Definition at line 354 of file Composites.h.

static Value value ( )
throw (
)
inlinestatic
Returns
the value of the constant.

Definition at line 388 of file Composites.h.


The documentation for this struct was generated from the following file: