#include <OnixS/Eurex/MarketData/RdiHandler.h>
Definition at line 43 of file RdiHandler.h.
Performs instance initialization.
- Parameters
-
settings | defines values for various options which affect handler behavior like enabling logging during execution of the handler. |
Binds Feed Engine to the Handler.
Handler must be in stopped state.
- Exceptions
-
Returns list of EMDI descriptors with filled partitionIdFilters and marketSegmentIdFilters to allow user to receive market data for all products.
Implements IInterfaceDescriptorProvider.
Returns list of EOBI descriptors with filled partitionIdFilters and marketSegmentIdFilters to allow user to receive market data for all products.
Implements IInterfaceDescriptorProvider.
Returns list of MDI descriptors with filled partitionIdFilters and marketSegmentIdFilters to allow user to receive market data for all products.
Implements IInterfaceDescriptorProvider.
Returns list of EMDI descriptors with filled partitionIdFilters and marketSegmentIdFilters to allow user to receive market data for products specified by productNames.
Implements IInterfaceDescriptorProvider.
Returns list of EOBI descriptors with filled partitionIdFilters and marketSegmentIdFilters to allow user to receive market data for products specified by productNames.
Implements IInterfaceDescriptorProvider.
Returns list of MDI descriptors with filled partitionIdFilters and marketSegmentIdFilters to allow user to receive market data for products specified by productNames.
Implements IInterfaceDescriptorProvider.
const char* licenseExpirationDate |
( |
| ) |
const |
Returns the license expiration date.
Logs the given user-level message to the handler log.
Logs the given user-level message to the handler log.
Logs the given user-level message to the handler log.
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 handler is in disconnected state.
- Exceptions
-
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 handler is in disconnected state.
- Exceptions
-
Assigns listener for messages received while executing handler. It's permissible to change the listener multiple times during handler's life-time, but only when handler is in disconnected state.
- Exceptions
-
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 handler is in disconnected state.
- Exceptions
-
Start handler.
- Note
- This action is asynchronous.
- Exceptions
-
std::exception | in case of unable to start. |
Starts replaying previously logged data.
static const char* version |
( |
| ) |
|
|
static |
Returns Handler's version.
The documentation for this class was generated from the following file: