• Version 1.16.0
Show / Hide Table of Contents

Licensing

OnixS .NET FIX Engine requires a valid license key for its execution. If there is no license available or the Engine is not able to locate it, EngineException will be thrown.

Locating License

By default, the Engine looks for the license file in:

  • the same directory where the Engine assembly is located
  • the user home directory.

To specify the location of the license file use the LicenseStore property.

For example:

var settings = new EngineSettings
{
    LicenseStore = "C:/OnixS/Licenses"
};

Engine.Init(settings);

Checking License Expiration Date

The License expiration date can be checked using the LicenseExpirationDate property.

In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX