EPAM B2BITS CME MDP Handler C++  5.4.2
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Cme::Mdp::Decimal9NULL::Mantissa Struct Reference

#include <B2BITS_CmeMdpMessages.h>

Inheritance diagram for Cme::Mdp::Decimal9NULL::Mantissa:
Inheritance graph
[legend]
Collaboration diagram for Cme::Mdp::Decimal9NULL::Mantissa:
Collaboration graph
[legend]

Public Member Functions

 Mantissa (int64_t v=null_value)
 
bool isNull () const
 
 operator int64_t () const
 

Public Attributes

int64_t val_
 

Static Public Attributes

static const int64_t null_value = 9223372036854775807ll
 

Constructor & Destructor Documentation

Cme::Mdp::Decimal9NULL::Mantissa::Mantissa ( int64_t  v = null_value)
inline

Member Function Documentation

bool Cme::Mdp::Decimal9NULL::Mantissa::isNull ( ) const
inline
Cme::Mdp::Decimal9NULL::Mantissa::operator int64_t ( ) const
inline

Member Data Documentation

const int64_t Cme::Mdp::Decimal9NULL::Mantissa::null_value = 9223372036854775807ll
static
int64_t Cme::Mdp::Decimal9NULL::Mantissa::val_