TradeType#

API documentation for tradeexecutor.cli.commands.shared_options.TradeType Python class in Trading Strategy framework.

class TradeType[source]#

Bases: Enum

What trade output we want from show-positions command.

__init__(*args, **kwds)#

Attributes

none

Hide all trades

all

Show all trades

none = 'none'#

Hide all trades

all = 'all'#

Show all trades