OnixS C++ CME MDP Streamlined Market Data Handler  1.2.0
API Documentation
NullPRICENULL9 Struct Reference

#include <OnixS/CME/Streamlined/Composites.h>

Public Types

typedef PRICENULL9 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 332 of file Composites.h.

Member Typedef Documentation

typedef IntegralConstant<Int64, 9223372036854775807LL> NullMantissa

Null value for optional Mantissa field.

Definition at line 341 of file Composites.h.

typedef PRICENULL9 Value

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

Definition at line 336 of file Composites.h.

Member Function Documentation

bool operator!= ( const Value other) const
inline

Compares encoded data to NULL.

Definition at line 356 of file Composites.h.

bool operator== ( const Value other) const
inline

Compares encoded data to NULL.

Definition at line 345 of file Composites.h.


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