EnvVarDescription#

API documentation for tradeexecutor.cli.env.EnvVarDescription Python class in Trading Strategy framework.

class EnvVarDescription[source]#

Bases: object

EnvVarDescription(name: str, help: str, type: str)

__init__(name, help, type)#
Parameters:
  • name (str) –

  • help (str) –

  • type (str) –

Return type:

None

Methods

__init__(name, help, type)

Attributes

name

help

type

__init__(name, help, type)#
Parameters:
  • name (str) –

  • help (str) –

  • type (str) –

Return type:

None