OnixS Eurex ETI Handler C++ library  9.19.0
API documentation
AdminListener Class Reference

#include <OnixS/Eurex/Trading/AdminListener.h>

Public Member Functions

virtual void onForcedUserLogoutNotification (const ForcedUserLogoutNotification &, const MessageInfo &)
 
virtual void onInquireEnrichmentRuleIdListResponse (const InquireEnrichmentRuleIdListResponse &, const MessageInfo &)
 
virtual void onInquireSessionListResponse (const InquireSessionListResponse &, const MessageInfo &)
 
virtual void onInquireUserResponse (const InquireUserResponse &, const MessageInfo &)
 
virtual void onPingResponse (const PingResponse &, const MessageInfo &)
 
virtual void onReject (const Reject &, const MessageInfo &)
 
virtual void onRetransmitMEMessageResponse (const RetransmitMEMessageResponse &, const MessageInfo &)
 
virtual void onRetransmitResponse (const RetransmitResponse &, const MessageInfo &)
 
virtual void onSubscribeResponse (const SubscribeResponse &, const MessageInfo &)
 
virtual void onUnsubscribeResponse (const UnsubscribeResponse &, const MessageInfo &)
 
virtual void onUserLoginResponse (const UserLoginResponse &, const MessageInfo &)
 
virtual void onUserLogoutResponse (const UserLogoutResponse &, const MessageInfo &)
 

Protected Member Functions

virtual ~AdminListener ()
 

Detailed Description

Definition at line 41 of file AdminListener.h.

Constructor & Destructor Documentation

virtual ~AdminListener ( )
inlineprotectedvirtual

Disables public delete operator in the interface class.

Definition at line 82 of file AdminListener.h.

Member Function Documentation

virtual void onForcedUserLogoutNotification ( const ForcedUserLogoutNotification ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about ForcedUserLogoutNotification message received.

Definition at line 45 of file AdminListener.h.

virtual void onInquireEnrichmentRuleIdListResponse ( const InquireEnrichmentRuleIdListResponse ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about InquireEnrichmentRuleIdListResponse message received.

Definition at line 48 of file AdminListener.h.

virtual void onInquireSessionListResponse ( const InquireSessionListResponse ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about InquireSessionListResponse message received.

Definition at line 51 of file AdminListener.h.

virtual void onInquireUserResponse ( const InquireUserResponse ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about InquireUserResponse message received.

Definition at line 54 of file AdminListener.h.

virtual void onPingResponse ( const PingResponse ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about PingResponse message received.

Definition at line 57 of file AdminListener.h.

virtual void onReject ( const Reject ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about Reject message received.

Definition at line 60 of file AdminListener.h.

virtual void onRetransmitMEMessageResponse ( const RetransmitMEMessageResponse ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about RetransmitMEMessageResponse message received.

Definition at line 63 of file AdminListener.h.

virtual void onRetransmitResponse ( const RetransmitResponse ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about RetransmitResponse message received.

Definition at line 66 of file AdminListener.h.

virtual void onSubscribeResponse ( const SubscribeResponse ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about SubscribeResponse message received.

Definition at line 69 of file AdminListener.h.

virtual void onUnsubscribeResponse ( const UnsubscribeResponse ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about UnsubscribeResponse message received.

Definition at line 72 of file AdminListener.h.

virtual void onUserLoginResponse ( const UserLoginResponse ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about UserLoginResponse message received.

Definition at line 75 of file AdminListener.h.

virtual void onUserLogoutResponse ( const UserLogoutResponse ,
const MessageInfo  
)
inlinevirtual

Implement this member to get notifications about UserLogoutResponse message received.

Definition at line 78 of file AdminListener.h.


The documentation for this class was generated from the following file: