#include <OnixS/B3/MarketData/UMDF/Handler.h>
Definition at line 49 of file Handler.h.
◆ Handler()
Performs instance initialization.
- Parameters
-
| settings | defines values for various options which affect handler behavior like enabling logging during execution of the handler. |
◆ ~Handler()
◆ licenseExpirationDate()
| std::string licenseExpirationDate |
( |
| ) |
const |
Returns the license expiration date.
◆ log() [1/3]
Logs the given user-level message to the handler log.
◆ log() [2/3]
| void log |
( |
LogLevel::Enum | logLevel, |
|
|
const char * | logMessage, |
|
|
size_t | length ) |
Logs the given user-level message to the handler log.
◆ log() [3/3]
Logs the given user-level message to the handler log.
◆ registerErrorListener()
Assigns listener for errors occurred while executing handler.
It's permissible to change the listener multiple times during handler's life-time, but only when it is in disconnected state.
- Exceptions
-
◆ registerHandlerStateListener()
Assigns listener for state change events occurred while executing handler.
It's permissible to change the listener multiple times during handler's life-time, but only when it is in disconnected state.
- Exceptions
-
◆ registerMessageListener()
Assigns listener to receive notifications when market data messages are received while executing handler.
It's permissible to change the listener multiple times during handler's life-time, but only when it is in disconnected state.
- Exceptions
-
◆ registerOrderBookListener()
Assigns listener to receive notification about order book states while executing handler.
It's permissible to change the listener multiple times during handler's life-time, but only when it is in disconnected state.
- Exceptions
-
◆ registerWarningListener()
Assigns listener for warnings occurred while executing handler.
It's permissible to change the listener multiple times during handler's life-time, but only when it is in disconnected state.
- Exceptions
-
◆ replayLogs()
Starts replaying previously logged data.
◆ replayPcap()
◆ start()
Start handler.
- Note
- This action is asynchronous.
- Exceptions
-
| std::exception | in case of unable to start. |
◆ state()
◆ stop()
◆ subscribe() [1/2]
Adds security id to the security filter.
◆ subscribe() [2/2]
Adds a few security ids to the security filter.
◆ unsubscribe() [1/2]
Removes security id from the security filter.
◆ unsubscribe() [2/2]
Removes a few security ids from the security filter.
◆ version()
◆ Implementation::ReplayHelper
| friend struct Implementation::ReplayHelper |
|
friend |