OnixS ICE iMpact Multicast Price Feed Handler C++ library  8.15.1
API documentation
MessagesFwd.h
Go to the documentation of this file.
1 /**
2  * \file
3  * \brief Forward declarations of all ICE iMpact messages
4  */
5 /*
6  * Copyright (c) Onix Solutions Limited. All rights reserved.
7  *
8  * This software owned by Onix Solutions Limited and is protected by copyright law
9  * and international copyright treaties.
10  *
11  * Access to and use of the software is governed by the terms of the applicable ONIXS Software
12  * Services Agreement (the Agreement) and Customer end user license agreements granting
13  * a non-assignable, non-transferable and non-exclusive license to use the software
14  * for it's own data processing purposes under the terms defined in the Agreement.
15  *
16  * Except as otherwise granted within the terms of the Agreement, copying or reproduction of any part
17  * of this source code or associated reference material to any other location for further reproduction
18  * or redistribution, and any amendments to this copyright notice, are expressly prohibited.
19  *
20  * Any reproduction or redistribution for sale or hiring of the Software not in accordance with
21  * the terms of the Agreement is a violation of copyright law.
22  */
23 
24 #pragma once
25 
26 
27 namespace OnixS { namespace ICE { namespace iMpact { namespace MarketData {
28 
29 struct AddModifyOrder;
30 struct AddPriceLevel;
31 struct BundleMarker;
32 struct CancelledTrade;
33 struct ChangePriceLevel;
34 struct ClosePrice;
35 struct DeleteOrder;
36 struct DeletePriceLevel;
37 struct EndOfDayMarketSummary;
38 struct FixingIndicativePrice;
39 struct FixingLockdown;
40 struct FixingTransition;
41 struct FuturesProductDefinition;
42 struct FuturesStrategyDefinition;
43 struct IntervalPriceLimitNotification;
44 struct InvestigatedTrade;
45 struct LoginResponse;
46 struct MarkerIndexPrices;
47 struct MarketEvent;
48 struct MarketSnapshot;
49 struct MarketSnapshotOrder;
50 struct MarketSnapshotPriceLevel;
51 struct MarketStateChange;
52 struct MarketStatistics;
53 struct NewExpiry;
54 struct NewFuturesStrategyDefinition;
55 struct NewOptionsMarketDefinition;
56 struct NewOptionsStrategyDefinition;
57 struct OldStyleOptionsTradeAndMarketStats;
58 struct OpenInterest;
59 struct OpenPrice;
60 struct OptionOpenInterest;
61 struct OptionSettlementPrice;
62 struct OptionsProductDefinition;
63 struct OptionsStrategyDefinition;
64 struct PreOpenPriceIndicator;
65 struct Rfq;
66 struct SettlementPrice;
67 struct SpecialField;
68 struct SpotMarketTrade;
69 struct StripInfo;
70 struct SystemText;
71 struct Trade;
72 
73 }}}} // namespace MarketData, iMpact, ICE, OnixS