B2BITS CME MDP Handler API Reference
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Int8NULL Struct Reference

#include <B2BITS_CmeMdpMessages.h>

+ Inheritance diagram for Int8NULL:

Public Member Functions

 Int8NULL (int8_t v=null_value)
 
bool isNull () const
 
 operator int8_t () const
 

Public Attributes

int8_t val_
 

Static Public Attributes

static const int8_t null_value = 127
 

Constructor & Destructor Documentation

Int8NULL ( int8_t  v = null_value)
inline

Member Function Documentation

bool isNull ( ) const
inline
operator int8_t ( ) const
inline

Member Data Documentation

const int8_t null_value = 127
static
int8_t val_