The session was closed. More...
#include <B2BITS_SessionEvent.h>
Inheritance diagram for Engine::LogoutEvent:
Collaboration diagram for Engine::LogoutEvent: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::FIXMessage * | m_pLogoutMsg |
| The received Logout message. | |
The session was closed.
Definition at line 149 of file B2BITS_SessionEvent.h.
| Engine::LogoutEvent::LogoutEvent | ( | Engine::FIXMessage const * | pLogoutMsg, |
| const std::string & | reason | ||
| ) |
Constructor.
| virtual const std::string* Engine::LogoutEvent::what | ( | ) | const [virtual] |
The received Logout message.
Definition at line 166 of file B2BITS_SessionEvent.h.
1.7.2