Merge pull request #439 from pikers/binance_syminfo_fix
Update Binance exchange informationdark_clearing_improvements
commit
220d38b4a9
|
@ -105,6 +105,9 @@ class Pair(Struct, frozen=True):
|
|||
isSpotTradingAllowed: bool
|
||||
isMarginTradingAllowed: bool
|
||||
|
||||
defaultSelfTradePreventionMode: str
|
||||
allowedSelfTradePreventionModes: list[str]
|
||||
|
||||
filters: list[dict[str, Union[str, int, float]]]
|
||||
permissions: list[str]
|
||||
|
||||
|
|
Loading…
Reference in New Issue