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