Lean  $LEAN_TAG$
QuantConnect.Configuration.ToolboxArgumentParser Class Reference

Command Line arguments parser for Toolbox configuration More...

Static Public Member Functions

static Dictionary< string, object > ParseArguments (string[] args)
 Argument parser contructor More...
 
static List< string > GetTickers (Dictionary< string, object > optionsObject)
 Helper method to get the tickers from the provided options More...
 

Detailed Description

Command Line arguments parser for Toolbox configuration

Definition at line 27 of file ToolboxArgumentParser.cs.

Member Function Documentation

◆ ParseArguments()

static Dictionary<string, object> QuantConnect.Configuration.ToolboxArgumentParser.ParseArguments ( string[]  args)
static

Argument parser contructor

Definition at line 80 of file ToolboxArgumentParser.cs.

Here is the call graph for this function:

◆ GetTickers()

static List<string> QuantConnect.Configuration.ToolboxArgumentParser.GetTickers ( Dictionary< string, object >  optionsObject)
static

Helper method to get the tickers from the provided options

Definition at line 88 of file ToolboxArgumentParser.cs.


The documentation for this class was generated from the following file: