EPAM B2BITS CME MDP Handler C++  5.4.2
Public Types | Public Member Functions | List of all members
Cme::Mdp::Decimal9 Struct Reference

#include <B2BITS_CmeMdpMessages.h>

Inheritance diagram for Cme::Mdp::Decimal9:
Inheritance graph
[legend]
Collaboration diagram for Cme::Mdp::Decimal9:
Collaboration graph
[legend]

Public Types

typedef int64_t Mantissa
 
typedef int8_t Exponent
 

Public Member Functions

 Decimal9 (Mantissa v=Mantissa())
 
Mantissa getMantissa () const
 
Exponent getExponent () const
 

Member Typedef Documentation

Constructor & Destructor Documentation

Cme::Mdp::Decimal9::Decimal9 ( Mantissa  v = Mantissa())
inline

Member Function Documentation

Exponent Cme::Mdp::Decimal9::getExponent ( ) const
inline
Mantissa Cme::Mdp::Decimal9::getMantissa ( ) const
inline