OnixS ICE iMpact Multicast Price Feed Handler C++ library 8.18.0
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 DeleteOrder;
35struct DeletePriceLevel;
38struct FixingLockdown;
39struct FixingTransition;
44struct LoginResponse;
46struct MarketEvent;
47struct MarketSnapshot;
51struct MarketStatistics;
52struct NewExpiry;
57struct OpenInterest;
58struct OpenPrice;
64struct Rfq;
65struct SettlementPrice;
66struct SpecialField;
67struct SpotMarketTrade;
68struct StripInfo;
69struct SystemText;
70struct Trade;
71
72}}}} // namespace OnixS::ICE::iMpact::MarketData
This class represents the Add/Modify Order Message.
This class represents the Add Price Level Message.
This class represents the Message Bundle Marker.
This class represents the Cancelled Trade Message.
This class represents the Change Price Level Message.
This class represents the Close Price Message.
Definition ClosePrice.h:36
This class represents the Delete Order Message.
Definition DeleteOrder.h:36
This class represents the Delete Price Level Message.
This class represents the End of Day Market Summary Message.
This class represents the Fixing Indicative Price Message.
This class represents the Fixing Lockdown Message.
This class represents the Fixing Transition Message.
This class represents the Futures/OTC Product Definition Response Message.
This class represents the Futures Strategy Definition Response Message.
This class represents the Interval/Tiered Price Limit Notification Message.
This class represents the Investigated Trade Message.
This class represents the Login Response Message.
This class represents the Marker/Index Prices Message.
This class represents the Market Event Message.
Definition MarketEvent.h:37
This class represents the Market Snapshot Order Message.
This class represents the Market Snapshot Price Level Message.
This class represents the Market Snapshot Message.
This class represents the Market State Change Message.
This class represents the Market Statistics Message.
This class represents the New Expiry Message.
Definition NewExpiry.h:37
This class represents the New Futures Strategy Definition Message.
This class represents the New Options Market Definition Message.
This class represents the New Options Strategy Definition Message.
This class represents the Old Style Options Trade and Market Stats Message.
This class represents the Open Interest Message.
This class represents the Open Price Message.
Definition OpenPrice.h:36
This class represents the Option Open Interest Message.
This class represents the Option Settlement Price Message.
This class represents the Options Product Definition Message.
This class represents the Options Strategy Definition Message.
This class represents the Pre-Open Price Indicator Message.
This class represents the RFQ Message.
Definition Rfq.h:37
This class represents the Settlement Price Message.
This class represents the Special Field Message.
This class represents the Spot Market Trade Message.
This class represents the Strip Info Message.
Definition StripInfo.h:36
This class represents the System Text Message.
Definition SystemText.h:36
This class represents the Trade Message.
Definition Trade.h:37