B2BITS FIX Antenna C++  2.31.0
Public Member Functions | Protected Attributes | List of all members
Engine::SessionError Class Reference

Error related to Session. More...

#include <B2BITS_Event.h>

+ Inheritance diagram for Engine::SessionError:
+ Collaboration diagram for Engine::SessionError:

Public Member Functions

const std::string * getSenderCompID () const
 Returns session's SenderCompID. More...
 
const SessionIdgetSessionId () const
 Returns session identifier. More...
 
const std::string * getTargetCompID () const
 Returns session's TargetCompID. More...
 
virtual Type getType () const
 Returns the event type. More...
 
 SessionError (const Session *sn)
 Constructor. More...
 
 SessionError (const SessionId &sessionId, const std::string &aReason)
 Constructor. More...
 
 SessionError (const Session *sn, const std::string &aReason)
 
virtual const std::string * what () const
 Describes the event. More...
 
virtual ~SessionError ()
 Destructor. More...
 
- Public Member Functions inherited from Engine::Error
 Error (const std::string &msg)
 Constructor. More...
 
virtual ~Error ()
 Destructor. More...
 

Protected Attributes

SessionId sessionId_
 
- Protected Attributes inherited from Engine::Error
std::string m_reason
 Contains std::string that describes the event. More...
 

Additional Inherited Members

- Public Types inherited from Engine::Event
enum  Type {
  EVENT, ERROR_EVENT, NOTIFICATION, WARNING,
  SESSION_ERROR, SESSION_LOGON_ERROR, PARSE_ERROR_IN_SESSION, NEW_INCOMING_CONNECTION,
  NEW_INCOMING_CONNECTION_ERROR, SESSION_NOTIFICATION, SESSION_WAS_REJECTED, SESSION_WAS_CREATED,
  SESSION_WAS_CONNECTED, SESSION_WAS_CLOSED, SESSION_WAS_ESTABLISHED, SESSION_WAS_RESTORED,
  SYNCHRONIZATION_COMPLETE, SESSION_WARNING, LINK_ERROR_WAS_DETECTED, LINK_WAS_RESTORED,
  PERSISTENT_DATA_WERE_FOUND, DEBUG_MESSAGE, SESSION_DEBUG_MESSAGE
}
 Event types. More...
 
- Protected Member Functions inherited from Engine::Event
virtual ~Event ()
 Destructor. More...
 

Detailed Description

Error related to Session.

Constructor & Destructor Documentation

◆ SessionError() [1/3]

Engine::SessionError::SessionError ( const Session sn)

Constructor.

◆ SessionError() [2/3]

Engine::SessionError::SessionError ( const SessionId sessionId,
const std::string &  aReason 
)

Constructor.

◆ SessionError() [3/3]

Engine::SessionError::SessionError ( const Session sn,
const std::string &  aReason 
)

◆ ~SessionError()

virtual Engine::SessionError::~SessionError ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ getSenderCompID()

const std::string* Engine::SessionError::getSenderCompID ( ) const
inline

Returns session's SenderCompID.

References Engine::SessionId::sender_, and sessionId_.

◆ getSessionId()

const SessionId& Engine::SessionError::getSessionId ( ) const
inline

Returns session identifier.

References sessionId_.

◆ getTargetCompID()

const std::string* Engine::SessionError::getTargetCompID ( ) const
inline

Returns session's TargetCompID.

References sessionId_, and Engine::SessionId::target_.

◆ getType()

virtual Type Engine::SessionError::getType ( ) const
inlinevirtual

Returns the event type.

Can be used instead of C++ RTTI.

Reimplemented from Engine::Error.

Reimplemented in Engine::ParseErrorInSession, and Engine::SessionLogonError.

References Engine::Event::SESSION_ERROR.

◆ what()

virtual const std::string* Engine::SessionError::what ( ) const
virtual

Describes the event.

Reimplemented from Engine::Error.

Reimplemented in Engine::SessionLogonError.

Member Data Documentation

◆ sessionId_

SessionId Engine::SessionError::sessionId_
protected