Inner Contents | |
Adjusting Handler Settings | |
Listening to Market Data | |
Error Handling | |
All the Handler classes are encapsulated into the OnixS::SURF::MarketData
namespace. Header files are collected in the master "OnixS/SURF/MarketData.h"
header file.
The typical way of using the Handler is as follows:
OnixS::SURF::MarketData::HandlerSettings
class and adjust Handler's settings;OnixS::SURF::MarketData::Handler
class using previously initialized instance of OnixS::SURF::MarketData::HandlerSettings
;OnixS::SURF::MarketData::Handler::connect
member;OnixS::SURF::MarketData::Handler::disconnect
member.