Skip to content

PreRequisite

Prerequisites

Note

Ensure your environment is properly set up before integrating QXFinLib.

  • Visual Studio 2017 or later is installed
  • QXFinLib DLL package is downloaded and accessible

Download

Download the QXFinLib package from the following link:


Integration Steps

Follow these steps to integrate the QXFinLib library into your .NET application:

  1. Download the QXFinLib SDK
  2. Add the DLL reference to your project
  3. Set the Copy Local property of the DLL to False
  4. Obtain and configure the required license key

Namespace Configuration

After adding the SDK, include the required namespaces in your C# source files:

using QX.FinLib.Data;
using QX.FinLib.Common;
using QX.FinLib.Instrument;
using QX.FinLib.Common.Util;