OnixS::CME::DropCopy::Handler constructor accepts instance of the OnixS::CME::DropCopy::HandlerSettings class which defines values for various parameters which affect Handler's behavior. Below section describes role of the most important parameters used in usual cases.
By default, Handler logs all important aspects of its activity while processing market data. Therefore, it must know where on local filesystem it can store this kind of information. OnixS::CME::DropCopy::InitializationSettings::fixEngineLogDirectory parameter value must be defined to point the Handler in which directory it can place its log files.
Following example demonstrates how to setup primary settings for the Handler: