Represents CME Globex thread manager.
More...
#include <B2BITS_MDThreadManager.h>
Represents CME Globex thread manager.
◆ ThreadType
| Enumerator |
|---|
| MDThread | |
| IncrementalThread | |
| TCPReplayThread | |
◆ MDThreadManager()
| Globex::MDThreadManager::MDThreadManager |
( |
| ) |
|
|
inline |
◆ ~MDThreadManager()
| virtual Globex::MDThreadManager::~MDThreadManager |
( |
| ) |
|
|
inlinevirtual |
◆ onStartThread()
| virtual void Globex::MDThreadManager::onStartThread |
( |
ThreadType | threadType, |
|
|
size_t | threadIndex ) |
|
inlinevirtual |
Called on initislization of each processing thread into it's context.
- Parameters
-
| threadType | type of processing thread |
| threadIndex | index of processing thread |
◆ onStopThread()
| virtual void Globex::MDThreadManager::onStopThread |
( |
ThreadType | threadType, |
|
|
size_t | threadIndex ) |
|
inlinevirtual |
- Parameters
-
| threadType | type of processing thread |
| threadIndex | index of processing thread |