Skip to content

ToolboxArgumentParser

QuantConnect.Configuration.ToolboxArgumentParser

Bases: Object

Command Line arguments parser for Toolbox configuration

get_tickers

get_tickers(
    options_object: Dictionary[str, Object],
) -> List[str]

Helper method to get the tickers from the provided options

parse_arguments

parse_arguments(args: List[str]) -> Dictionary[str, Object]

Argument parser contructor