Lean
$LEAN_TAG$
|
Auxiliary class to keep information about a specific command line option More...
Public Member Functions | |
CommandLineOption (string name, CommandOptionType type, string description="") | |
Command line option contructor More... | |
Properties | |
CommandOptionType | Type [get] |
Command line option type More... | |
string | Description [get] |
Command line option description More... | |
string | Name [get] |
Command line option name More... | |
Auxiliary class to keep information about a specific command line option
Definition at line 8 of file CommandLineOption.cs.
QuantConnect.Configuration.CommandLineOption.CommandLineOption | ( | string | name, |
CommandOptionType | type, | ||
string | description = "" |
||
) |
Command line option contructor
Definition at line 28 of file CommandLineOption.cs.
|
get |
Command line option type
Definition at line 13 of file CommandLineOption.cs.
|
get |
Command line option description
Definition at line 18 of file CommandLineOption.cs.
|
get |
Command line option name
Definition at line 23 of file CommandLineOption.cs.