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
3
#include <
OnixS/CME/MDH/Compiler.h
>
4
#include <
OnixS/CME/MDH/ABI.h
>
5
6
#if !defined(ONIXS_CMEMDH_MESSAGING_NO_DEPRECATED)
7
8
ONIXS_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
12
ONIXS_CMEMDH_NAMESPACE_BEGIN
13
14
using
Int8
ONIXS_CMEMDH_DEPRECATED
= Messaging::Int8;
15
using
UInt8
ONIXS_CMEMDH_DEPRECATED
= Messaging::UInt8;
16
using
Int16
ONIXS_CMEMDH_DEPRECATED
= Messaging::Int16;
17
using
UInt16
ONIXS_CMEMDH_DEPRECATED
= Messaging::UInt16;
18
using
Int32
ONIXS_CMEMDH_DEPRECATED
= Messaging::Int32;
19
using
UInt32
ONIXS_CMEMDH_DEPRECATED
= Messaging::UInt32;
20
using
Int64
ONIXS_CMEMDH_DEPRECATED
= Messaging::Int64;
21
using
UInt64
ONIXS_CMEMDH_DEPRECATED
= Messaging::UInt64;
22
23
template
<
class
Type, Type Constant>
24
using
IntegralConstant
ONIXS_CMEMDH_DEPRECATED
= Messaging::IntegralConstant<Type, Constant>;
25
26
template
<
class
Type>
27
using
UnwrapType
ONIXS_CMEMDH_DEPRECATED
= Messaging::UnwrapType<Type>;
28
29
using
Messaging::fromStr;
30
using
Messaging::toStr;
31
32
ONIXS_CMEMDH_NAMESPACE_END
33
34
#endif
ABI.h
ONIXS_CMEMDH_NAMESPACE_BEGIN
#define ONIXS_CMEMDH_NAMESPACE_BEGIN
Definition
Bootstrap.h:54
ONIXS_CMEMDH_NAMESPACE_END
#define ONIXS_CMEMDH_NAMESPACE_END
Definition
Bootstrap.h:55
Compiler.h
ONIXS_CMEMDH_DEPRECATED
#define ONIXS_CMEMDH_DEPRECATED
Definition
Compiler.h:167
ONIXS_CMEMDH_DEPRECATED_HEADER
#define ONIXS_CMEMDH_DEPRECATED_HEADER(msg)
Definition
Compiler.h:168
OnixS::CME::MDH::Messaging::Int64
std::int64_t Int64
Definition
Integral.h:36
OnixS::CME::MDH::Messaging::UInt32
std::uint32_t UInt32
uInt32.
Definition
Integral.h:35
OnixS::CME::MDH::Messaging::Int8
std::int8_t Int8
int8.
Definition
Integral.h:30
OnixS::CME::MDH::Messaging::UInt16
std::uint16_t UInt16
uInt16.
Definition
Integral.h:33
OnixS::CME::MDH::Messaging::Int32
std::int32_t Int32
int32.
Definition
Integral.h:34
OnixS::CME::MDH::Messaging::UInt64
std::uint64_t UInt64
uInt64.
Definition
Integral.h:37
OnixS::CME::MDH::Messaging::UInt8
std::uint8_t UInt8
uInt8.
Definition
Integral.h:31
OnixS::CME::MDH::Messaging::Int16
std::int16_t Int16
int16.
Definition
Integral.h:32
OnixS
CME
MDH
Integral.h
Technical Support:
support@onixs.biz
Copyright © 2025 OnixS. All Rights Reserved.