PositionType#

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

class PositionType[source]#

Bases: Enum

An enumeration.

__init__()#

Attributes

open

Show only open positions

all

Show all positions

open = 'open'#

Show only open positions

all = 'all'#

Show all positions