OnixS Eurex ETI Handler C++ library  9.19.0
API documentation
InfoListener.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 part
13  * of this source code or associated reference material to any other location for further reproduction
14  * or redistribution, and any amendments to this copyright notice, are expressly prohibited.
15  *
16  * Any reproduction or redistribution for sale or hiring of the Software not in accordance with
17  * the terms of the Agreement is a violation of copyright law.
18  */
19 
20 #pragma once
21 
22 #include "OnixS/Eurex/Trading/Export.h"
32 #include "OnixS/Eurex/Trading/Messages/StatusBroadcast.h"
37 
38 namespace OnixS {
39 namespace Eurex {
40 namespace Trading {
41 
42 /// Info listener.
44 {
45 public:
46  /// Implement this member to get notifications about BroadcastErrorNotification message received.
47  virtual void onBroadcastErrorNotification (const BroadcastErrorNotification& /*msg*/, const MessageInfo& /*msgInfo*/) {}
48 
49  /// Implement this member to get notifications about InquireMarginBasedRiskLimitResponse message received.
50  virtual void onInquireMarginBasedRiskLimitResponse (const InquireMarginBasedRiskLimitResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
51 
52  /// Implement this member to get notifications about LegalNotificationBroadcast message received.
53  virtual void onLegalNotificationBroadcast (const LegalNotificationBroadcast& /*msg*/, const MessageInfo& /*msgInfo*/) {}
54 
55  /// Implement this member to get notifications about NewsBroadcast message received.
56  virtual void onNewsBroadcast (const NewsBroadcast& /*msg*/, const MessageInfo& /*msgInfo*/) {}
57 
58  /// Implement this member to get notifications about PartyActionReport message received.
59  virtual void onPartyActionReport (const PartyActionReport& /*msg*/, const MessageInfo& /*msgInfo*/) {}
60 
61  /// Implement this member to get notifications about PreTradeRiskLimitResponse message received.
62  virtual void onPreTradeRiskLimitResponse (const PreTradeRiskLimitResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
63 
64  /// Implement this member to get notifications about RiskNotificationBroadcast message received.
65  virtual void onRiskNotificationBroadcast (const RiskNotificationBroadcast& /*msg*/, const MessageInfo& /*msgInfo*/) {}
66 
67  /// Implement this member to get notifications about ServiceAvailabilityBroadcast message received.
68  virtual void onServiceAvailabilityBroadcast (const ServiceAvailabilityBroadcast& /*msg*/, const MessageInfo& /*msgInfo*/) {}
69 
70  /// Implement this member to get notifications about ServiceAvailabilityMarketBroadcast message received.
71  virtual void onServiceAvailabilityMarketBroadcast (const ServiceAvailabilityMarketBroadcast& /*msg*/, const MessageInfo& /*msgInfo*/) {}
72 
73  /// Implement this member to get notifications about StatusBroadcast message received.
74  virtual void onStatusBroadcast (const StatusBroadcast& /*msg*/, const MessageInfo& /*msgInfo*/) {}
75 
76  /// Implement this member to get notifications about TMTradingSessionStatusBroadcast message received.
77  virtual void onTMTradingSessionStatusBroadcast (const TMTradingSessionStatusBroadcast& /*msg*/, const MessageInfo& /*msgInfo*/) {}
78 
79  /// Implement this member to get notifications about TradeBroadcast message received.
80  virtual void onTradeBroadcast (const TradeBroadcast& /*msg*/, const MessageInfo& /*msgInfo*/) {}
81 
82  /// Implement this member to get notifications about TradingSessionStatusBroadcast message received.
83  virtual void onTradingSessionStatusBroadcast (const TradingSessionStatusBroadcast& /*msg*/, const MessageInfo& /*msgInfo*/) {}
84 
85  /// Implement this member to get notifications about UpdateRemainingRiskAllowanceBaseResponse message received.
87 
88 protected:
89  /// Disables public <b>delete</b> operator in the interface class.
90  virtual ~InfoListener () {}
91 };
92 
93 }
94 }
95 }
virtual void onPartyActionReport(const PartyActionReport &, const MessageInfo &)
Implement this member to get notifications about PartyActionReport message received.
Definition: InfoListener.h:59
virtual ~InfoListener()
Disables public delete operator in the interface class.
Definition: InfoListener.h:90
virtual void onServiceAvailabilityMarketBroadcast(const ServiceAvailabilityMarketBroadcast &, const MessageInfo &)
Implement this member to get notifications about ServiceAvailabilityMarketBroadcast message received...
Definition: InfoListener.h:71
virtual void onRiskNotificationBroadcast(const RiskNotificationBroadcast &, const MessageInfo &)
Implement this member to get notifications about RiskNotificationBroadcast message received...
Definition: InfoListener.h:65
virtual void onStatusBroadcast(const StatusBroadcast &, const MessageInfo &)
Implement this member to get notifications about StatusBroadcast message received.
Definition: InfoListener.h:74
virtual void onNewsBroadcast(const NewsBroadcast &, const MessageInfo &)
Implement this member to get notifications about NewsBroadcast message received.
Definition: InfoListener.h:56
virtual void onServiceAvailabilityBroadcast(const ServiceAvailabilityBroadcast &, const MessageInfo &)
Implement this member to get notifications about ServiceAvailabilityBroadcast message received...
Definition: InfoListener.h:68
virtual void onTradingSessionStatusBroadcast(const TradingSessionStatusBroadcast &, const MessageInfo &)
Implement this member to get notifications about TradingSessionStatusBroadcast message received...
Definition: InfoListener.h:83
virtual void onInquireMarginBasedRiskLimitResponse(const InquireMarginBasedRiskLimitResponse &, const MessageInfo &)
Implement this member to get notifications about InquireMarginBasedRiskLimitResponse message received...
Definition: InfoListener.h:50
virtual void onTMTradingSessionStatusBroadcast(const TMTradingSessionStatusBroadcast &, const MessageInfo &)
Implement this member to get notifications about TMTradingSessionStatusBroadcast message received...
Definition: InfoListener.h:77
virtual void onUpdateRemainingRiskAllowanceBaseResponse(const UpdateRemainingRiskAllowanceBaseResponse &, const MessageInfo &)
Implement this member to get notifications about UpdateRemainingRiskAllowanceBaseResponse message rec...
Definition: InfoListener.h:86
virtual void onBroadcastErrorNotification(const BroadcastErrorNotification &, const MessageInfo &)
Implement this member to get notifications about BroadcastErrorNotification message received...
Definition: InfoListener.h:47
virtual void onTradeBroadcast(const TradeBroadcast &, const MessageInfo &)
Implement this member to get notifications about TradeBroadcast message received. ...
Definition: InfoListener.h:80
virtual void onLegalNotificationBroadcast(const LegalNotificationBroadcast &, const MessageInfo &)
Implement this member to get notifications about LegalNotificationBroadcast message received...
Definition: InfoListener.h:53
News Broadcast Message.
Definition: NewsBroadcast.h:36
virtual void onPreTradeRiskLimitResponse(const PreTradeRiskLimitResponse &, const MessageInfo &)
Implement this member to get notifications about PreTradeRiskLimitResponse message received...
Definition: InfoListener.h:62