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:
- Download the QXFinLib SDK
- Add the DLL reference to your project
- Set the Copy Local property of the DLL to
False - 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;