Table of Contents

Class QdsTools

Namespace
DxFeed.Graal.Net.Utils
Assembly
DxFeed.Graal.Net.dll

Provides utility methods for running qds-tools using the DxFeed Graal.NET infrastructure.

public static class QdsTools
Inheritance
QdsTools
Inherited Members

Methods

RunTool(IEnumerable<string>)

Executes a qds-tools with the specified arguments.

public static void RunTool(IEnumerable<string> args)

Parameters

args IEnumerable<string>

The arguments to pass to the qds-tools. These arguments control the tool's behavior.

Remarks

This method converts the provided string arguments into a native format suitable for the QDS tool, handles any errors during the execution, and ensures proper resource management within the native interop context.