#include <OnixS/FIXEngine/FIX/ISessionReactor.h>
Definition at line 42 of file ISessionReactor.h.
virtual void dispatchEvents |
( |
| ) |
|
|
pure virtual |
Processes events on a stack and performs the necessary handling.
These events include transmit and receive events raised by the hardware, and also software events such as TCP and FIX protocol timers.
Implemented in Stack, and Stack.
virtual bool isQuiescent |
( |
| ) |
const |
|
pure virtual |
- Returns
- A boolean value indicating whether a stack is quiescent.
Implemented in Stack, and Stack.
- Returns
- The ID of the thread that created the stack.
Implemented in Stack, and Stack.
- Returns
- The type of the stack.
Implemented in Stack, and Stack.
The documentation for this class was generated from the following file: