OnixS C++ CME MDP Premium Market Data Handler
5.10.3
Users' manual and API documentation
Loading...
Searching...
No Matches
MDH.h
Go to the documentation of this file.
1
// Copyright Onix Solutions Limited [OnixS]. All rights reserved.
2
//
3
// This software owned by Onix Solutions Limited [OnixS] and is
4
// protected by copyright law and international copyright treaties.
5
//
6
// Access to and use of the software is governed by the terms of the applicable
7
// OnixS Software Services Agreement (the Agreement) and Customer end user license
8
// agreements granting a non-assignable, non-transferable and non-exclusive license
9
// to use the software for it's own data processing purposes under the terms defined
10
// in the Agreement.
11
//
12
// Except as otherwise granted within the terms of the Agreement, copying or
13
// reproduction of any part of this source code or associated reference material
14
// to any other location for further reproduction or redistribution, and any
15
// amendments to this copyright notice, are expressly prohibited.
16
//
17
// Any reproduction or redistribution for sale or hiring of the Software not in
18
// accordance with the terms of the Agreement is a violation of copyright law.
19
//
20
21
#pragma once
22
23
// Cumulative header.
24
25
#include <
OnixS/CME/MDH/ABI.h
>
26
27
#include <
OnixS/CME/MDH/Messaging.h
>
28
#include <
OnixS/CME/MDH/Compatibility.h
>
29
30
#include <
OnixS/CME/MDH/Accessors.h
>
31
#include <
OnixS/CME/MDH/Atomic.h
>
32
#include <
OnixS/CME/MDH/BookAttributes.h
>
33
#include <
OnixS/CME/MDH/BookManagement.h
>
34
#include <
OnixS/CME/MDH/ChannelFeedListener.h
>
35
#include <
OnixS/CME/MDH/ConsolidatedBook.h
>
36
#include <
OnixS/CME/MDH/ConsolidatedPriceLevel.h
>
37
#include <
OnixS/CME/MDH/DirectBook.h
>
38
#include <
OnixS/CME/MDH/DirectPriceLevel.h
>
39
#include <
OnixS/CME/MDH/Domain.h
>
40
#include <
OnixS/CME/MDH/Feed.h
>
41
#include <
OnixS/CME/MDH/FeedAttributes.h
>
42
#include <
OnixS/CME/MDH/FeedConnection.h
>
43
#include <
OnixS/CME/MDH/FeedConsumer.h
>
44
#include <
OnixS/CME/MDH/FeedEngine.h
>
45
#include <
OnixS/CME/MDH/FeedEngineThreadPool.h
>
46
#include <
OnixS/CME/MDH/FeedLink.h
>
47
#include <
OnixS/CME/MDH/FeedListener.h
>
48
#include <
OnixS/CME/MDH/FeedSettings.h
>
49
#include <
OnixS/CME/MDH/FileLogger.h
>
50
#include <
OnixS/CME/MDH/Filtering.h
>
51
#include <
OnixS/CME/MDH/Handler.h
>
52
#include <
OnixS/CME/MDH/HandlerListener.h
>
53
#include <
OnixS/CME/MDH/HandlerListeners.h
>
54
#include <
OnixS/CME/MDH/HandlerSettings.h
>
55
#include <
OnixS/CME/MDH/ImpliedBook.h
>
56
#include <
OnixS/CME/MDH/ImpliedPriceLevel.h
>
57
#include <
OnixS/CME/MDH/LogEvents.h
>
58
#include <
OnixS/CME/MDH/Logger.h
>
59
#include <
OnixS/CME/MDH/LoggingSettings.h
>
60
#include <
OnixS/CME/MDH/MboBook.h
>
61
#include <
OnixS/CME/MDH/MboBookTraits.h
>
62
#include <
OnixS/CME/MDH/MbpBook.h
>
63
#include <
OnixS/CME/MDH/MbpBookTraits.h
>
64
#include <
OnixS/CME/MDH/MemoryPool.h
>
65
#include <
OnixS/CME/MDH/MemoryPoolSettings.h
>
66
#include <
OnixS/CME/MDH/MessageSupplements.h
>
67
#include <
OnixS/CME/MDH/NullLogger.h
>
68
#include <
OnixS/CME/MDH/Order.h
>
69
#include <
OnixS/CME/MDH/Packet.h
>
70
#include <
OnixS/CME/MDH/PacketTraits.h
>
71
#include <
OnixS/CME/MDH/Replay.h
>
72
#include <
OnixS/CME/MDH/ReplayDelayer.h
>
73
#include <
OnixS/CME/MDH/Security.h
>
74
#include <
OnixS/CME/MDH/SecurityListener.h
>
75
#include <
OnixS/CME/MDH/SessionSettings.h
>
76
#include <
OnixS/CME/MDH/SettingGroup.h
>
77
#include <
OnixS/CME/MDH/SocketFeedEngine.h
>
78
#include <
OnixS/CME/MDH/SolarflareFeedEngine.h
>
79
#include <
OnixS/CME/MDH/TcpRecovery.h
>
80
#include <
OnixS/CME/MDH/TinySet.h
>
81
#include <
OnixS/CME/MDH/TradeOrderIds.h
>
82
#include <
OnixS/CME/MDH/TradeProcessing.h
>
83
#include <
OnixS/CME/MDH/VectorOverArray.h
>
84
#include <
OnixS/CME/MDH/Version.h
>
85
#include <
OnixS/CME/MDH/Watch.h
>
ABI.h
Accessors.h
Atomic.h
BookAttributes.h
BookManagement.h
ChannelFeedListener.h
Compatibility.h
ConsolidatedBook.h
ConsolidatedPriceLevel.h
DirectBook.h
DirectPriceLevel.h
Domain.h
FeedAttributes.h
FeedConnection.h
FeedConsumer.h
FeedEngineThreadPool.h
FeedEngine.h
FeedLink.h
FeedListener.h
FeedSettings.h
Feed.h
FileLogger.h
Filtering.h
HandlerListener.h
HandlerListeners.h
HandlerSettings.h
Handler.h
ImpliedBook.h
ImpliedPriceLevel.h
LogEvents.h
Logger.h
LoggingSettings.h
MboBookTraits.h
MboBook.h
MbpBookTraits.h
MbpBook.h
MemoryPoolSettings.h
MemoryPool.h
MessageSupplements.h
Messaging.h
NullLogger.h
Order.h
PacketTraits.h
Packet.h
ReplayDelayer.h
Replay.h
SecurityListener.h
Security.h
SessionSettings.h
SettingGroup.h
SocketFeedEngine.h
SolarflareFeedEngine.h
TcpRecovery.h
TinySet.h
TradeOrderIds.h
TradeProcessing.h
VectorOverArray.h
Version.h
Watch.h
OnixS
CME
MDH.h
Technical Support:
support@onixs.biz
Copyright © 2025 OnixS. All Rights Reserved.