OnixS C++ ICE Binary Order Entry Handler 1.1.1
API Documentation
Loading...
Searching...
No Matches
LogoutReportInReplyOnLogonRequestException Class Referencefinal

Public Member Functions

 LogoutReportInReplyOnLogonRequestException (Messaging::LogoutReport terminate)
 ~LogoutReportInReplyOnLogonRequestException () override=default
Public Member Functions inherited from TypedSbeMessageAttachedExceptionBase< Messaging::LogoutReport >
 TypedSbeMessageAttachedExceptionBase (SessionErrorReason::Enum reason, std::string message, Messaging::SbeMessage sbeMessage)
Messaging::LogoutReport receivedMessage () const
Public Member Functions inherited from SbeMessageAttachedExceptionBase
 SbeMessageAttachedExceptionBase (SessionErrorReason::Enum reason, std::string message, Messaging::SbeMessage sbeMessage)
 ~SbeMessageAttachedExceptionBase () override=0
Messaging::SbeMessage receivedMessage () const
Public Member Functions inherited from SessionException
 SessionException (SessionErrorReason::Enum reason, std::string message)
 ~SessionException () override=default
const char * what () const noexcept override
SessionErrorReason::Enum reason () const noexcept
const std::string & toString () const noexcept

Detailed Description

Definition at line 202 of file SessionException.h.

Constructor & Destructor Documentation

◆ LogoutReportInReplyOnLogonRequestException()

Parameters
terminateLogout report received in response to Logon request.

◆ ~LogoutReportInReplyOnLogonRequestException()