Type fetch_ticker

This commit is contained in:
Matthias
2022-10-11 21:42:48 +02:00
parent 52e9528361
commit a6f6a17393
3 changed files with 13 additions and 9 deletions

View File

@@ -656,5 +656,6 @@ LongShort = Literal['long', 'short']
EntryExit = Literal['entry', 'exit']
BuySell = Literal['buy', 'sell']
MakerTaker = Literal['maker', 'taker']
BidAsk = Literal['bid', 'ask']
Config = Dict[str, Any]