Public Member Functions | Public Attributes

Engine::LogoutEvent Class Reference

The session was closed. More...

#include <B2BITS_SessionEvent.h>

Inheritance diagram for Engine::LogoutEvent:
Collaboration diagram for Engine::LogoutEvent:

List of all members.

Public Member Functions

 LogoutEvent (Engine::FIXMessage const *pLogoutMsg, const std::string &reason)
 Constructor.
virtual const std::string * what () const
 Reimplemented from SessionEvent.

Public Attributes

const Engine::FIXMessagem_pLogoutMsg
 The received Logout message.

Detailed Description

The session was closed.

Definition at line 149 of file B2BITS_SessionEvent.h.


Constructor & Destructor Documentation

Engine::LogoutEvent::LogoutEvent ( Engine::FIXMessage const *  pLogoutMsg,
const std::string &  reason 
)

Constructor.


Member Function Documentation

virtual const std::string* Engine::LogoutEvent::what (  ) const [virtual]

Reimplemented from SessionEvent.

See also:
SessionEvent

Implements Engine::SessionEvent.


Member Data Documentation

The received Logout message.

Warning:
not NULL only if the session was closed by the remote side.

Definition at line 166 of file B2BITS_SessionEvent.h.