Skip to content

Commit

Permalink
Merge pull request #439 from pikers/binance_syminfo_fix
Browse files Browse the repository at this point in the history
Update Binance exchange information
  • Loading branch information
goodboy authored Jan 10, 2023
2 parents d84bcf7 + 888438c commit 220d38b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions piker/brokers/binance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 220d38b

Please sign in to comment.