#include <B2BITS_SessionEvent.h>


Public Member Functions | |
| LogoutEvent (Engine::FIXMessage *pLogoutMsg, const std::string &reason) | |
| LogoutEvent (const LogoutEvent &orig) | |
| virtual const std::string * | what () const |
Public Attributes | |
| const Engine::FIXMessage * | m_pLogoutMsg |
| Engine::LogoutEvent::LogoutEvent | ( | Engine::FIXMessage * | pLogoutMsg, | |
| const std::string & | reason | |||
| ) |
Constructor.
| Engine::LogoutEvent::LogoutEvent | ( | const LogoutEvent & | orig | ) |
Copy Constructor, performs "deep copy".
| virtual const std::string* Engine::LogoutEvent::what | ( | ) | const [virtual] |
The received Logout message.
1.5.6