OnixS C++ CME iLink 3 Binary Order Entry Handler  1.17.0
API Documentation

The Handler requires a valid license key file for its execution.

If there is no license file available or the Handler is not able to locate it, OnixS::CME::iLink3::Exceptions::SessionException will be thrown.

Locating License

By default, the Handler looks for the license file(s) in the current working directory and then looks for the license in the user home directory.

To instruct the Handler about an alternative location of the license file, it's necessary to specify the path to the folder that contains license file(s) using the OnixS::CME::iLink3::SessionSettings::licenseStore(const std::string & value) configuration setting.