Skip to content

Commit 220d38b

Browse files
authored
Merge pull request #439 from pikers/binance_syminfo_fix
Update Binance exchange information
2 parents d84bcf7 + 888438c commit 220d38b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

piker/brokers/binance.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ class Pair(Struct, frozen=True):
105105
isSpotTradingAllowed: bool
106106
isMarginTradingAllowed: bool
107107

108+
defaultSelfTradePreventionMode: str
109+
allowedSelfTradePreventionModes: list[str]
110+
108111
filters: list[dict[str, Union[str, int, float]]]
109112
permissions: list[str]
110113

0 commit comments

Comments
 (0)