Add two attributes to Pair class to match Binance exchange information update

dark_clearing_improvements
Esmeralda Gallardo 2023-01-09 08:01:48 -03:00
parent d84bcf77c0
commit 888438ca25
No known key found for this signature in database
GPG Key ID: AD67FBB417CAC71B
1 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,9 @@ class Pair(Struct, frozen=True):
isSpotTradingAllowed: bool isSpotTradingAllowed: bool
isMarginTradingAllowed: bool isMarginTradingAllowed: bool
defaultSelfTradePreventionMode: str
allowedSelfTradePreventionModes: list[str]
filters: list[dict[str, Union[str, int, float]]] filters: list[dict[str, Union[str, int, float]]]
permissions: list[str] permissions: list[str]