All Handler classes are located under the OnixS::ICE::iMpact::MarketData
namespace. Header files are assembled in the "OnixS/ICE/iMpact/MarketData.h"
header file.
The typical way of using the Handler is as follows:
OnixS::ICE::iMpact::MarketData::HandlerSettings
class to adjust Handler's options like activating logging;OnixS::ICE::iMpact::MarketData::Handler
class;OnixS::ICE::iMpact::MarketData::MarketSubscriptions
collection;OnixS::ICE::iMpact::MarketData::Handler::start
member and supplying a previously created collection of subscriptions as a parameter;OnixS::ICE::iMpact::MarketData::Handler::stop
member.