OnixS Eurex ETI Handler C++ library  9.19.0
API documentation
SRQSListener.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"
34 #include "OnixS/Eurex/Trading/Messages/SRQSQuoteSnapshotNotification.h"
35 #include "OnixS/Eurex/Trading/Messages/SRQSResponse.h"
37 
38 namespace OnixS {
39 namespace Eurex {
40 namespace Trading {
41 
42 /// SRQS listener.
44 {
45 public:
46  /// Implement this member to get notifications about SRQSCreateDealNotification message received.
47  virtual void onSRQSCreateDealNotification (const SRQSCreateDealNotification& /*msg*/, const MessageInfo& /*msgInfo*/) {}
48 
49  /// Implement this member to get notifications about SRQSDealNotification message received.
50  virtual void onSRQSDealNotification (const SRQSDealNotification& /*msg*/, const MessageInfo& /*msgInfo*/) {}
51 
52  /// Implement this member to get notifications about SRQSDealResponse message received.
53  virtual void onSRQSDealResponse (const SRQSDealResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
54 
55  /// Implement this member to get notifications about SRQSInquireSmartRespondentResponse message received.
56  virtual void onSRQSInquireSmartRespondentResponse (const SRQSInquireSmartRespondentResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
57 
58  /// Implement this member to get notifications about SRQSNegotiationNotification message received.
59  virtual void onSRQSNegotiationNotification (const SRQSNegotiationNotification& /*msg*/, const MessageInfo& /*msgInfo*/) {}
60 
61  /// Implement this member to get notifications about SRQSNegotiationRequesterNotification message received.
63 
64  /// Implement this member to get notifications about SRQSNegotiationStatusNotification message received.
65  virtual void onSRQSNegotiationStatusNotification (const SRQSNegotiationStatusNotification& /*msg*/, const MessageInfo& /*msgInfo*/) {}
66 
67  /// Implement this member to get notifications about SRQSOpenNegotiationNotification message received.
68  virtual void onSRQSOpenNegotiationNotification (const SRQSOpenNegotiationNotification& /*msg*/, const MessageInfo& /*msgInfo*/) {}
69 
70  /// Implement this member to get notifications about SRQSOpenNegotiationRequesterNotification message received.
72 
73  /// Implement this member to get notifications about SRQSQuoteNotification message received.
74  virtual void onSRQSQuoteNotification (const SRQSQuoteNotification& /*msg*/, const MessageInfo& /*msgInfo*/) {}
75 
76  /// Implement this member to get notifications about SRQSQuoteResponse message received.
77  virtual void onSRQSQuoteResponse (const SRQSQuoteResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
78 
79  /// Implement this member to get notifications about SRQSQuoteSnapshotNotification message received.
80  virtual void onSRQSQuoteSnapshotNotification (const SRQSQuoteSnapshotNotification& /*msg*/, const MessageInfo& /*msgInfo*/) {}
81 
82  /// Implement this member to get notifications about SRQSResponse message received.
83  virtual void onSRQSResponse (const SRQSResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
84 
85  /// Implement this member to get notifications about SRQSStatusBroadcast message received.
86  virtual void onSRQSStatusBroadcast (const SRQSStatusBroadcast& /*msg*/, const MessageInfo& /*msgInfo*/) {}
87 
88 protected:
89  /// Disables public <b>delete</b> operator in the interface class.
90  virtual ~SRQSListener () {}
91 };
92 
93 }
94 }
95 }
virtual void onSRQSCreateDealNotification(const SRQSCreateDealNotification &, const MessageInfo &)
Implement this member to get notifications about SRQSCreateDealNotification message received...
Definition: SRQSListener.h:47
virtual void onSRQSNegotiationRequesterNotification(const SRQSNegotiationRequesterNotification &, const MessageInfo &)
Implement this member to get notifications about SRQSNegotiationRequesterNotification message receive...
Definition: SRQSListener.h:62
virtual ~SRQSListener()
Disables public delete operator in the interface class.
Definition: SRQSListener.h:90
virtual void onSRQSStatusBroadcast(const SRQSStatusBroadcast &, const MessageInfo &)
Implement this member to get notifications about SRQSStatusBroadcast message received.
Definition: SRQSListener.h:86
virtual void onSRQSNegotiationNotification(const SRQSNegotiationNotification &, const MessageInfo &)
Implement this member to get notifications about SRQSNegotiationNotification message received...
Definition: SRQSListener.h:59
virtual void onSRQSOpenNegotiationNotification(const SRQSOpenNegotiationNotification &, const MessageInfo &)
Implement this member to get notifications about SRQSOpenNegotiationNotification message received...
Definition: SRQSListener.h:68
virtual void onSRQSOpenNegotiationRequesterNotification(const SRQSOpenNegotiationRequesterNotification &, const MessageInfo &)
Implement this member to get notifications about SRQSOpenNegotiationRequesterNotification message rec...
Definition: SRQSListener.h:71
virtual void onSRQSQuoteNotification(const SRQSQuoteNotification &, const MessageInfo &)
Implement this member to get notifications about SRQSQuoteNotification message received.
Definition: SRQSListener.h:74
virtual void onSRQSDealNotification(const SRQSDealNotification &, const MessageInfo &)
Implement this member to get notifications about SRQSDealNotification message received.
Definition: SRQSListener.h:50
virtual void onSRQSNegotiationStatusNotification(const SRQSNegotiationStatusNotification &, const MessageInfo &)
Implement this member to get notifications about SRQSNegotiationStatusNotification message received...
Definition: SRQSListener.h:65
virtual void onSRQSQuoteSnapshotNotification(const SRQSQuoteSnapshotNotification &, const MessageInfo &)
Implement this member to get notifications about SRQSQuoteSnapshotNotification message received...
Definition: SRQSListener.h:80
virtual void onSRQSQuoteResponse(const SRQSQuoteResponse &, const MessageInfo &)
Implement this member to get notifications about SRQSQuoteResponse message received.
Definition: SRQSListener.h:77
SRQS Deal Response Message.
virtual void onSRQSDealResponse(const SRQSDealResponse &, const MessageInfo &)
Implement this member to get notifications about SRQSDealResponse message received.
Definition: SRQSListener.h:53
virtual void onSRQSInquireSmartRespondentResponse(const SRQSInquireSmartRespondentResponse &, const MessageInfo &)
Implement this member to get notifications about SRQSInquireSmartRespondentResponse message received...
Definition: SRQSListener.h:56
virtual void onSRQSResponse(const SRQSResponse &, const MessageInfo &)
Implement this member to get notifications about SRQSResponse message received.
Definition: SRQSListener.h:83