Lean  $LEAN_TAG$
QuantConnect.Configuration.CommandLineOption Class Reference

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...
 

Detailed Description

Auxiliary class to keep information about a specific command line option

Definition at line 8 of file CommandLineOption.cs.

Constructor & Destructor Documentation

◆ CommandLineOption()

QuantConnect.Configuration.CommandLineOption.CommandLineOption ( string  name,
CommandOptionType  type,
string  description = "" 
)

Command line option contructor

Definition at line 28 of file CommandLineOption.cs.

Property Documentation

◆ Type

CommandOptionType QuantConnect.Configuration.CommandLineOption.Type
get

Command line option type

Definition at line 13 of file CommandLineOption.cs.

◆ Description

string QuantConnect.Configuration.CommandLineOption.Description
get

Command line option description

Definition at line 18 of file CommandLineOption.cs.

◆ Name

string QuantConnect.Configuration.CommandLineOption.Name
get

Command line option name

Definition at line 23 of file CommandLineOption.cs.


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