6#if !defined(ONIXS_CMEMDH_MESSAGING_NO_DEPRECATED)
8ONIXS_CMEMDH_DEPRECATED_HEADER(
"This header is deprecated. Use <OnixS/CME/MDH/messaging/Decimal.h> and <OnixS/CME/MDH/messaging/Decimal.Operations.h> instead.")
10#include <OnixS/CME/MDH/messaging/Decimal.h>
15template <
class MantissaType,
class ExponentType>
17 Messaging::FloatingPointDecimal<MantissaType, ExponentType>;
19template <
class MantissaType,
class ExponentType>
21 Messaging::FixedPointDecimal<MantissaType, ExponentType>;
27using Messaging::decimalEqual;
28using Messaging::decimalLess;
29using Messaging::decimalToStr;
30using Messaging::fromStr;
31using Messaging::toStr;
#define ONIXS_CMEMDH_NAMESPACE_BEGIN
#define ONIXS_CMEMDH_NAMESPACE_END
#define ONIXS_CMEMDH_DEPRECATED
#define ONIXS_CMEMDH_DEPRECATED_HEADER(msg)
Int32 DecimalExponent
Aliases exponent component type for the decimal type.
Int64 DecimalMantissa
Aliases mantissa component type for the decimal type.
FloatingPointDecimal< DecimalMantissa, DecimalExponent > Decimal
Universal decimal type.