#include <OnixS/B3/MarketData/UMDF/messaging/Decimal.h>
Public Member Functions | |
NullableFixedPointDecimal () throw () | |
NullableFixedPointDecimal (MantissaType mantissa) throw () | |
bool | isNull () const |
Public Member Functions inherited from FixedPointDecimal< MantissaType, ExponentType > | |
ONIXS_B3_UMDF_MD_NODISCARD std::string | toString () const |
FixedPointDecimal () throw () | |
FixedPointDecimal (Mantissa mantissa) throw () | |
Mantissa | mantissa () const throw () |
Exponent | exponent () const throw () |
void | serialize (void *addr) const throw () |
Static Public Member Functions | |
static NullMantissaType | nullMantissa () throw () |
static NullableFixedPointDecimal | nullValue () throw () |
Additional Inherited Members | |
Public Types inherited from FixedPointDecimal< MantissaType, ExponentType > | |
enum | { Size = sizeof(Mantissa) } |
typedef MantissaType | Mantissa |
typedef ExponentType | Exponent |
|
inline |
|
inlineexplicit |
|
inline |
|
inlinestatic |
|
inlinestatic |