OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
AdminListener.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"
38
39namespace OnixS { namespace Eurex { namespace Trading {
40
43{
44public:
47 const ForcedUserLogoutNotification& /*msg*/,
48 const MessageInfo& /*msgInfo*/
49 )
50 {
51 }
52
54 virtual void onHeartbeatNotification(const HeartbeatNotification& /*msg*/, const MessageInfo& /*msgInfo*/) {}
55
59 const MessageInfo& /*msgInfo*/
60 )
61 {
62 }
63
65 virtual void onInquireSessionListResponse(const InquireSessionListResponse& /*msg*/, const MessageInfo& /*msgInfo*/)
66 {
67 }
68
70 virtual void onInquireUserResponse(const InquireUserResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
71
73 virtual void onLogonResponse(const LogonResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
74
76 virtual void onPingResponse(const PingResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
77
79 virtual void onReject(const Reject& /*msg*/, const MessageInfo& /*msgInfo*/) {}
80
83 const RetransmitMEMessageResponse& /*msg*/,
84 const MessageInfo& /*msgInfo*/
85 )
86 {
87 }
88
90 virtual void onRetransmitResponse(const RetransmitResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
91
93 virtual void onSubscribeResponse(const SubscribeResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
94
96 virtual void onUnsubscribeResponse(const UnsubscribeResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
97
99 virtual void onUserLoginResponse(const UserLoginResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
100
102 virtual void onUserLogoutResponse(const UserLogoutResponse& /*msg*/, const MessageInfo& /*msgInfo*/) {}
103
104protected:
106 virtual ~AdminListener() {}
107};
108
109}}} // namespace OnixS::Eurex::Trading
virtual void onUnsubscribeResponse(const UnsubscribeResponse &, const MessageInfo &)
Implement this member to get notifications about UnsubscribeResponse message received.
virtual void onLogonResponse(const LogonResponse &, const MessageInfo &)
Implement this member to get notifications about LogonResponse message received.
virtual void onInquireEnrichmentRuleIdListResponse(const InquireEnrichmentRuleIdListResponse &, const MessageInfo &)
Implement this member to get notifications about InquireEnrichmentRuleIdListResponse message received...
virtual void onInquireSessionListResponse(const InquireSessionListResponse &, const MessageInfo &)
Implement this member to get notifications about InquireSessionListResponse message received.
virtual void onRetransmitMEMessageResponse(const RetransmitMEMessageResponse &, const MessageInfo &)
Implement this member to get notifications about RetransmitMEMessageResponse message received.
virtual void onForcedUserLogoutNotification(const ForcedUserLogoutNotification &, const MessageInfo &)
Implement this member to get notifications about ForcedUserLogoutNotification message received.
virtual void onHeartbeatNotification(const HeartbeatNotification &, const MessageInfo &)
Implement this member to get notifications about HeartbeatNotification message received.
virtual void onUserLogoutResponse(const UserLogoutResponse &, const MessageInfo &)
Implement this member to get notifications about UserLogoutResponse message received.
virtual void onUserLoginResponse(const UserLoginResponse &, const MessageInfo &)
Implement this member to get notifications about UserLoginResponse message received.
virtual void onReject(const Reject &, const MessageInfo &)
Implement this member to get notifications about Reject message received.
virtual void onInquireUserResponse(const InquireUserResponse &, const MessageInfo &)
Implement this member to get notifications about InquireUserResponse message received.
virtual ~AdminListener()
Disables public delete operator in the interface class.
virtual void onSubscribeResponse(const SubscribeResponse &, const MessageInfo &)
Implement this member to get notifications about SubscribeResponse message received.
virtual void onPingResponse(const PingResponse &, const MessageInfo &)
Implement this member to get notifications about PingResponse message received.
virtual void onRetransmitResponse(const RetransmitResponse &, const MessageInfo &)
Implement this member to get notifications about RetransmitResponse message received.