The unexpected message was received. More...
#include <B2BITS_SessionEvent.h>
Inheritance diagram for Engine::UnexpectedMessageEvent:
Collaboration diagram for Engine::UnexpectedMessageEvent:Public Member Functions | |
| UnexpectedMessageEvent (Engine::FIXMessage const *pMsg, const std::string &reason) | |
| Constructor. | |
| virtual const std::string * | what () const |
| Reimplemented from SessionEvent. | |
Public Attributes | |
| const Engine::FIXMessage * | m_pUnexpMsg |
| The received message. | |
The unexpected message was received.
Definition at line 182 of file B2BITS_SessionEvent.h.
| Engine::UnexpectedMessageEvent::UnexpectedMessageEvent | ( | Engine::FIXMessage const * | pMsg, |
| const std::string & | reason | ||
| ) |
Constructor.
| virtual const std::string* Engine::UnexpectedMessageEvent::what | ( | ) | const [virtual] |
The received message.
Definition at line 197 of file B2BITS_SessionEvent.h.
1.7.2