25 #include <OnixS/Senaf/MarketData/Export.h> 40 namespace OnixS {
namespace Senaf {
namespace MarketData {
57 std::string licenseExpirationDate()
const;
60 static const std::string& version();
63 void logDebug(
const std::string& message);
66 void logError(
const std::string& message);
69 void logMessage(
const std::string& message);
72 void logWarning(
const std::string& message);
203 class Implementation;
204 Implementation* impl_;
Enum
Available Handler's states.
Senaf market data processor.
Defines set of settings which affect behavior of the Handler.
Defines the interface through which the Handler notifies subscribers about reference events...
Defines the interface through which the Handler notifies subscribers about log replay events...
Defines the interface through which the Handler notifies subscribers about Market Publication Message...
Defines the interface through which the Handler notifies subscribers about errors occurred while proc...
Defines the interface through which the Handler notifies subscribers about security DB events...
Private Management listener.
Defines market subscription.
Defines the interface through which the Handler notifies subscribers about Market Control Messages...
Handler state change listener.