DegiroAPI/degiroapi/order.py

7 lines
109 B
Python

class Order:
class Type:
LIMIT = 0
STOPLIMIT = 1
MARKET = 2
STOPLOSS = 3