OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
OrderHandlingListener.h
Go to the documentation of this file.
1/*
2 * Copyright Onix Solutions Limited [OnixS]. All rights reserved.
3 *
4 * This software owned by Onix Solutions Limited [OnixS] and is protected by copyright law
5 * and international copyright treaties.
6 *
7 * Access to and use of the software is governed by the terms of the applicable ONIXS Software
8 * Services Agreement (the Agreement) and Customer end user license agreements granting
9 * a non-assignable, non-transferable and non-exclusive license to use the software
10 * for it's own data processing purposes under the terms defined in the Agreement.
11 *
12 * Except as otherwise granted within the terms of the Agreement, copying or reproduction of any
13 * part of this source code or associated reference material to any other location for further
14 * reproduction or redistribution, and any amendments to this copyright notice, are expressly
15 * prohibited.
16 *
17 * Any reproduction or redistribution for sale or hiring of the Software not in accordance with
18 * the terms of the Agreement is a violation of copyright law.
19 */
20
21#pragma once
22
23#include "OnixS/Eurex/Trading/Export.h"
39
40namespace OnixS { namespace Eurex { namespace Trading {
41
44{
45public:
47 virtual void onDeleteAllOrderBroadcast(const DeleteAllOrderBroadcast& /*msg*/, const MessageInfo& /*msgInfo*/) {}
48
50 virtual void onDeleteAllOrderNRResponse(const DeleteAllOrderNRResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
51
55 const MessageInfo& /*msgInfo*/
56 )
57 {
58 }
59
61 virtual void onDeleteAllOrderResponse(const DeleteAllOrderResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
62
64 virtual void onDeleteOrderBroadcast(const DeleteOrderBroadcast& /*msg*/, const MessageInfo& /*msgInfo*/) {}
65
67 virtual void onDeleteOrderNRResponse(const DeleteOrderNRResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
68
70 virtual void onDeleteOrderResponse(const DeleteOrderResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
71
73 virtual void onMassOrderAck(const MassOrderAck& /*msg*/, const MessageInfo& /*msgInfo*/) {}
74
76 virtual void onModifyOrderNRResponse(const ModifyOrderNRResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
77
79 virtual void onModifyOrderResponse(const ModifyOrderResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
80
82 virtual void onNewOrderNRResponse(const NewOrderNRResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
83
85 virtual void onNewOrderResponse(const NewOrderResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
86
88 virtual void onOrderExecNotification(const OrderExecNotification& /*msg*/, const MessageInfo& /*msgInfo*/) {}
89
91 virtual void onOrderExecReportBroadcast(const OrderExecReportBroadcast& /*msg*/, const MessageInfo& /*msgInfo*/) {}
92
94 virtual void onOrderExecResponse(const OrderExecResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
95
96protected:
99};
100
101}}} // namespace OnixS::Eurex::Trading
virtual void onDeleteOrderResponse(const DeleteOrderResponse &, const MessageInfo &)
Implement this member to get notifications about DeleteOrderResponse message received.
virtual void onDeleteOrderNRResponse(const DeleteOrderNRResponse &, const MessageInfo &)
Implement this member to get notifications about DeleteOrderNRResponse message received.
virtual void onDeleteAllOrderNRResponse(const DeleteAllOrderNRResponse &, const MessageInfo &)
Implement this member to get notifications about DeleteAllOrderNRResponse message received.
virtual void onDeleteAllOrderResponse(const DeleteAllOrderResponse &, const MessageInfo &)
Implement this member to get notifications about DeleteAllOrderResponse message received.
virtual void onNewOrderResponse(const NewOrderResponse &, const MessageInfo &)
Implement this member to get notifications about NewOrderResponse message received.
virtual void onOrderExecResponse(const OrderExecResponse &, const MessageInfo &)
Implement this member to get notifications about OrderExecResponse message received.
virtual void onDeleteAllOrderQuoteEventBroadcast(const DeleteAllOrderQuoteEventBroadcast &, const MessageInfo &)
Implement this member to get notifications about DeleteAllOrderQuoteEventBroadcast message received.
virtual void onDeleteAllOrderBroadcast(const DeleteAllOrderBroadcast &, const MessageInfo &)
Implement this member to get notifications about DeleteAllOrderBroadcast message received.
virtual void onModifyOrderResponse(const ModifyOrderResponse &, const MessageInfo &)
Implement this member to get notifications about ModifyOrderResponse message received.
virtual void onDeleteOrderBroadcast(const DeleteOrderBroadcast &, const MessageInfo &)
Implement this member to get notifications about DeleteOrderBroadcast message received.
virtual ~OrderHandlingListener()
Disables public delete operator in the interface class.
virtual void onMassOrderAck(const MassOrderAck &, const MessageInfo &)
Implement this member to get notifications about MassOrderAck message received.
virtual void onOrderExecReportBroadcast(const OrderExecReportBroadcast &, const MessageInfo &)
Implement this member to get notifications about OrderExecReportBroadcast message received.
virtual void onModifyOrderNRResponse(const ModifyOrderNRResponse &, const MessageInfo &)
Implement this member to get notifications about ModifyOrderNRResponse message received.
virtual void onNewOrderNRResponse(const NewOrderNRResponse &, const MessageInfo &)
Implement this member to get notifications about NewOrderNRResponse message received.
virtual void onOrderExecNotification(const OrderExecNotification &, const MessageInfo &)
Implement this member to get notifications about OrderExecNotification message received.