Table of Contents

Constructor CreateOptions

Namespace
WhalesSecret.ScriptApiLib
Assembly
WhalesSecret.ScriptApiLib.dll

CreateOptions(string, bool, string?)

Creates a new instance of the object.

public CreateOptions(string appDataFolder = "WsScriptApi", bool connectToBinanceSandbox = false, string? license = null)

Parameters

appDataFolder string

Path to an application data folder.

connectToBinanceSandbox bool

true to use sandbox for Binance exchange, false otherwise.

license string

Product license, or null to use a free license.