OnixS C++ CME iLink 3 Binary Order Entry Handler 1.18.9
API Documentation
Loading...
Searching...
No Matches
Forwards.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
24
26
28ONIXS_ILINK3_LTWT_STRUCT_DECL(NegotiationResponse501);
29ONIXS_ILINK3_LTWT_STRUCT_DECL(NegotiationReject502);
31ONIXS_ILINK3_LTWT_STRUCT_DECL(EstablishmentAck504);
32ONIXS_ILINK3_LTWT_STRUCT_DECL(EstablishmentReject505);
35ONIXS_ILINK3_LTWT_STRUCT_DECL(RetransmitRequest508);
36ONIXS_ILINK3_LTWT_STRUCT_DECL(Retransmission509);
37ONIXS_ILINK3_LTWT_STRUCT_DECL(RetransmitReject510);
39ONIXS_ILINK3_LTWT_STRUCT_DECL(NewOrderSingle514);
40ONIXS_ILINK3_LTWT_STRUCT_DECL(OrderCancelReplaceRequest515);
41ONIXS_ILINK3_LTWT_STRUCT_DECL(OrderCancelRequest516);
43ONIXS_ILINK3_LTWT_STRUCT_DECL(PartyDetailsDefinitionRequest518);
44ONIXS_ILINK3_LTWT_STRUCT_DECL(PartyDetailsDefinitionRequestAck519);
45ONIXS_ILINK3_LTWT_STRUCT_DECL(BusinessReject521);
46ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionReportNew522);
47ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionReportReject523);
48ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionReportElimination524);
49ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionReportTradeOutright525);
50ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionReportTradeSpread526);
51ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionReportTradeSpreadLeg527);
52ONIXS_ILINK3_LTWT_STRUCT_DECL(QuoteCancel528);
53ONIXS_ILINK3_LTWT_STRUCT_DECL(OrderMassActionRequest529);
54ONIXS_ILINK3_LTWT_STRUCT_DECL(OrderMassStatusRequest530);
55ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionReportModify531);
56ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionReportStatus532);
57ONIXS_ILINK3_LTWT_STRUCT_DECL(OrderStatusRequest533);
58ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionReportCancel534);
59ONIXS_ILINK3_LTWT_STRUCT_DECL(OrderCancelReject535);
60ONIXS_ILINK3_LTWT_STRUCT_DECL(OrderCancelReplaceReject536);
61ONIXS_ILINK3_LTWT_STRUCT_DECL(PartyDetailsListRequest537);
62ONIXS_ILINK3_LTWT_STRUCT_DECL(PartyDetailsListReport538);
63ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionAck539);
64ONIXS_ILINK3_LTWT_STRUCT_DECL(RequestForQuote543);
65ONIXS_ILINK3_LTWT_STRUCT_DECL(NewOrderCross544);
66ONIXS_ILINK3_LTWT_STRUCT_DECL(MassQuoteAck545);
67ONIXS_ILINK3_LTWT_STRUCT_DECL(RequestForQuoteAck546);
68ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionReportTradeAddendumOutright548);
69ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionReportTradeAddendumSpread549);
70ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionReportTradeAddendumSpreadLeg550);
71ONIXS_ILINK3_LTWT_STRUCT_DECL(SecurityDefinitionRequest560);
72ONIXS_ILINK3_LTWT_STRUCT_DECL(SecurityDefinitionResponse561);
73ONIXS_ILINK3_LTWT_STRUCT_DECL(OrderMassActionReport562);
74ONIXS_ILINK3_LTWT_STRUCT_DECL(QuoteCancelAck563);
75ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionReportPendingCancel564);
76ONIXS_ILINK3_LTWT_STRUCT_DECL(ExecutionReportPendingReplace565);
77
#define ONIXS_ILINK3_MESSAGING_NAMESPACE_END
Definition ABI.h:144
#define ONIXS_ILINK3_LTWT_STRUCT_DECL(name)
Definition ABI.h:100
#define ONIXS_ILINK3_MESSAGING_NAMESPACE_BEGIN
Definition ABI.h:140