Update Typing for fees

This commit is contained in:
Matthias
2022-07-16 15:42:17 +02:00
parent 8d2e22f009
commit 8b2535a8da
2 changed files with 7 additions and 5 deletions

View File

@@ -542,3 +542,4 @@ TradeList = List[List]
LongShort = Literal['long', 'short']
EntryExit = Literal['entry', 'exit']
BuySell = Literal['buy', 'sell']
MakerTaker = Literal['maker', 'taker']