B2BITS FIX Antenna HFT
1.0.16
|
The session has changed its state. More...
#include <B2BITS_SessionEvent.h>
Public Member Functions | |
virtual Engine::Session::State | getNewState () const |
Returns the new session's state. More... | |
virtual Engine::Session::State | getOldState () const |
Returns the previous session's state. More... | |
NewStateEvent (const Engine::Session::State &oldState, const Engine::Session::State &newState) | |
Constructor. More... | |
virtual const std::string * | what () const |
Reimplemented from SessionEvent. More... | |
virtual | ~NewStateEvent () |
Destructor. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Engine::SessionEvent | |
virtual | ~SessionEvent () |
Destructor. More... | |
The session has changed its state.
Engine::NewStateEvent::NewStateEvent | ( | const Engine::Session::State & | oldState, |
const Engine::Session::State & | newState | ||
) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Returns the new session's state.
|
virtual |
Returns the previous session's state.
|
virtual |