forwardConnecting to Multiple Segments   Table of ContentConfiguration Filesforward
Licensing

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, FIXForge.NET.FIX.EngineException will be thrown.

Locating License

By default, the handler looks for the *.lic file in the same directory where the handler's assembly resides.

However your license file can be placed anywhere on the file system. To instruct the handler about an alternative location of the license file, it's necessary to specify the path to the license file using LicensePath property of Handler class.

Checking License Expiration

The License key file expiration date can be checked using FIXForge.NET.FIX.Engine.LicenseExpirationDate property of the FIXForge.NET.FIX.Engine class.