#include <B2BITS_Event.h>


Public Member Functions | |
| SessionWarning (const std::string &sender, const std::string &target, const std::string &reason) | |
| SessionWarning (const Session *pSn, const std::string &reason) | |
| SessionWarning (const FastSession *pSn, const std::string &reason) | |
| virtual Type | getType () const |
| virtual | ~SessionWarning () |
| const std::string * | getSenderCompID () const |
| const std::string * | getTargetCompID () const |
| Engine::SessionWarning::SessionWarning | ( | const std::string & | sender, | |
| const std::string & | target, | |||
| const std::string & | reason | |||
| ) |
Constructor
| virtual Engine::SessionWarning::~SessionWarning | ( | ) | [inline, virtual] |
Destructor.
| virtual Type Engine::SessionWarning::getType | ( | ) | const [inline, virtual] |
Returns the event type. Can be used instead of C++ RTTI.
Reimplemented from Engine::Warning.
Reimplemented in Engine::LinkErrorWasDetected.
References Engine::Event::SESSION_WARNING.
| const std::string* Engine::SessionWarning::getSenderCompID | ( | ) | const [inline] |
Returns session's SenderCompID.
| const std::string* Engine::SessionWarning::getTargetCompID | ( | ) | const [inline] |
Returns session's TargetCompID.
1.5.6