OnixS ICE iMpact Multicast Price Feed Handler C++ library  8.18.0
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 namespace OnixS { namespace ICE { namespace iMpact { namespace MarketData {
27 
28 struct AddModifyOrder;
29 struct AddPriceLevel;
30 struct BundleMarker;
31 struct CancelledTrade;
32 struct ChangePriceLevel;
33 struct ClosePrice;
34 struct DeleteOrder;
35 struct DeletePriceLevel;
36 struct EndOfDayMarketSummary;
37 struct FixingIndicativePrice;
38 struct FixingLockdown;
39 struct FixingTransition;
40 struct FuturesProductDefinition;
41 struct FuturesStrategyDefinition;
42 struct IntervalTieredPriceLimitNotification;
43 struct InvestigatedTrade;
44 struct LoginResponse;
45 struct MarkerIndexPrices;
46 struct MarketEvent;
47 struct MarketSnapshot;
48 struct MarketSnapshotOrder;
49 struct MarketSnapshotPriceLevel;
50 struct MarketStateChange;
51 struct MarketStatistics;
52 struct NewExpiry;
53 struct NewFuturesStrategyDefinition;
54 struct NewOptionsMarketDefinition;
55 struct NewOptionsStrategyDefinition;
56 struct OldStyleOptionsTradeAndMarketStats;
57 struct OpenInterest;
58 struct OpenPrice;
59 struct OptionOpenInterest;
60 struct OptionSettlementPrice;
61 struct OptionsProductDefinition;
62 struct OptionsStrategyDefinition;
63 struct PreOpenPriceIndicator;
64 struct Rfq;
65 struct SettlementPrice;
66 struct SpecialField;
67 struct SpotMarketTrade;
68 struct StripInfo;
69 struct SystemText;
70 struct Trade;
71 
72 }}}} // namespace OnixS::ICE::iMpact::MarketData