type Orderbook

This commit is contained in:
Matthias
2023-02-15 07:01:36 +01:00
parent 3397e47ccf
commit ecff21ac21
4 changed files with 19 additions and 7 deletions

View File

@@ -681,6 +681,7 @@ EntryExit = Literal['entry', 'exit']
BuySell = Literal['buy', 'sell']
MakerTaker = Literal['maker', 'taker']
BidAsk = Literal['bid', 'ask']
OBLiteral = Literal['asks', 'bids']
Config = Dict[str, Any]
IntOrInf = float