OnixS C++ CME MDP Premium Market Data Handler 5.10.3
Users' manual and API documentation
Loading...
Searching...
No Matches
Integral.h
Go to the documentation of this file.
1#pragma once
2
4#include <OnixS/CME/MDH/ABI.h>
5
6#if !defined(ONIXS_CMEMDH_MESSAGING_NO_DEPRECATED)
7
8ONIXS_CMEMDH_DEPRECATED_HEADER("This header is deprecated. Use <OnixS/CME/MDH/messaging/Integral.h> instead.")
9
10#include <OnixS/CME/MDH/messaging/Integral.h>
11
13
14using Int8 ONIXS_CMEMDH_DEPRECATED = Messaging::Int8;
15using UInt8 ONIXS_CMEMDH_DEPRECATED = Messaging::UInt8;
16using Int16 ONIXS_CMEMDH_DEPRECATED = Messaging::Int16;
17using UInt16 ONIXS_CMEMDH_DEPRECATED = Messaging::UInt16;
18using Int32 ONIXS_CMEMDH_DEPRECATED = Messaging::Int32;
19using UInt32 ONIXS_CMEMDH_DEPRECATED = Messaging::UInt32;
20using Int64 ONIXS_CMEMDH_DEPRECATED = Messaging::Int64;
21using UInt64 ONIXS_CMEMDH_DEPRECATED = Messaging::UInt64;
22
23template <class Type, Type Constant>
24using IntegralConstant ONIXS_CMEMDH_DEPRECATED = Messaging::IntegralConstant<Type, Constant>;
25
26template <class Type>
27using UnwrapType ONIXS_CMEMDH_DEPRECATED = Messaging::UnwrapType<Type>;
28
29using Messaging::fromStr;
30using Messaging::toStr;
31
33
34#endif
#define ONIXS_CMEMDH_NAMESPACE_BEGIN
Definition Bootstrap.h:54
#define ONIXS_CMEMDH_NAMESPACE_END
Definition Bootstrap.h:55
#define ONIXS_CMEMDH_DEPRECATED
Definition Compiler.h:167
#define ONIXS_CMEMDH_DEPRECATED_HEADER(msg)
Definition Compiler.h:168
std::uint32_t UInt32
uInt32.
Definition Integral.h:35
std::int8_t Int8
int8.
Definition Integral.h:30
std::uint16_t UInt16
uInt16.
Definition Integral.h:33
std::int32_t Int32
int32.
Definition Integral.h:34
std::uint64_t UInt64
uInt64.
Definition Integral.h:37
std::uint8_t UInt8
uInt8.
Definition Integral.h:31
std::int16_t Int16
int16.
Definition Integral.h:32