TransactionType#

API documentation for tradeexecutor.cli.commands.show_positions.TransactionType Python class in Trading Strategy framework.

class TransactionType[source]#

Bases: Enum

What transaction output we want from show-positions command.

__init__(*args, **kwds)#

Attributes

none

failed

Show only open positions

all

Show all positions

failed = 'failed'#

Show only open positions

all = 'all'#

Show all positions