To initialize the Engine services, the OnixS::FIX::Engine::init method must be used. configFile
parameter points to the Engine's configuration file. This method must be called before all other methods.
To shutdown the Engine, the OnixS::FIX::Engine::shutdown method must be used.
The good practice is to shut down the whole application in the following order:
The following example demonstrates the Engine's initialization and shutdown: