OnixS ICE iMpact Multicast Price Feed Handler C++ library 8.18.0
Users' manual and API documentation
Loading...
Searching...
No Matches
MessagesFwd.h
Go to the documentation of this file.
1
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
26namespace OnixS { namespace ICE { namespace iMpact { namespace MarketData {
27
28struct AddModifyOrder;
29struct AddPriceLevel;
30struct BundleMarker;
31struct CancelledTrade;
32struct ChangePriceLevel;
33struct ClosePrice;
34struct DebugResponse;
35struct DeleteOrder;
36struct DeletePriceLevel;
39struct FixingLockdown;
40struct FixingTransition;
45struct LoginResponse;
47struct MarketEvent;
48struct MarketSnapshot;
52struct MarketStatistics;
54struct NewExpiry;
59struct OpenInterest;
60struct OpenPrice;
66struct Rfq;
67struct SettlementPrice;
68struct SpecialField;
69struct SpotMarketTrade;
70struct StripInfo;
71struct SystemText;
72struct Trade;
73
74}}}} // namespace OnixS::ICE::iMpact::MarketData
Represents the Add/Modify Order Message.
Represents the Add Price Level Message.
Represents the Message Bundle Marker.
Represents the Cancelled Trade Message.
Represents the Change Price Level Message.
Represents the Close Price Message.
Definition ClosePrice.h:36
Represents the Debug Response Message.
Represents the Delete Order Message.
Definition DeleteOrder.h:36
Represents the Delete Price Level Message.
Represents the End of Day Market Summary Message.
Represents the Fixing Indicative Price Message.
Represents the Fixing Lockdown Message.
Represents the Fixing Transition Message.
Represents the Futures/OTC Product Definition Response Message.
Represents the Futures Strategy Definition Response Message.
Represents the Interval/Tiered Price Limit Notification Message.
Represents the Investigated Trade Message.
Represents the Login Response Message.
Represents the Marker/Index Prices Message.
Represents the Market Event Message.
Definition MarketEvent.h:37
Represents the Market Snapshot Order Message.
Represents the Market Snapshot Price Level Message.
Represents the Market Snapshot Message.
Represents the Market State Change Message.
Represents the Market Statistics Message.
Represents the Multicast Channel Groups Message.
Represents the New Expiry Message.
Definition NewExpiry.h:37
Represents the New Futures Strategy Definition Message.
Represents the New Options Market Definition Message.
Represents the New Options Strategy Definition Message.
Represents the Old Style Options Trade and Market Stats Message.
Represents the Open Interest Message.
Represents the Open Price Message.
Definition OpenPrice.h:36
Represents the Option Open Interest Message.
Represents the Option Settlement Price Message.
Represents the Options Product Definition Message.
Represents the Options Strategy Definition Message.
Represents the Pre-Open Price Indicator Message.
Represents the RFQ Message.
Definition Rfq.h:37
Represents the Settlement Price Message.
Represents the Special Field Message.
Represents the Spot Market Trade Message.
Represents the Strip Info Message.
Definition StripInfo.h:36
Represents the System Text Message.
Definition SystemText.h:36
Represents the Trade Message.
Definition Trade.h:37