#include <OnixS/FenicsUST/MarketData/Bimp/Decimal.h>
Public Types | |
enum | { Size = sizeof(Mantissa) } |
typedef MantissaType | Mantissa |
typedef ExponentType | Exponent |
Public Member Functions | |
FixedPointDecimal () ONIXS_FENICSUST_BIMP_NOTHROW | |
FixedPointDecimal (Mantissa mantissa) ONIXS_FENICSUST_BIMP_NOTHROW | |
FixedPointDecimal (const FixedPointDecimal &other) ONIXS_FENICSUST_BIMP_NOTHROW | |
Mantissa | mantissa () const ONIXS_FENICSUST_BIMP_NOTHROW |
Exponent | exponent () const ONIXS_FENICSUST_BIMP_NOTHROW |
FixedPointDecimal & | operator= (const FixedPointDecimal &other) ONIXS_FENICSUST_BIMP_NOTHROW |
Represents real number with constant exponent.
BOE Platform currently operates prices and scaling factors as real numbers with constant exponent. This class implements concept of fixed point decimal and lets to dramatically improve performance of book-related operations.
typedef ExponentType Exponent |
typedef MantissaType Mantissa |
anonymous enum |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |