Skip to content

Commit 2a468c0

Browse files
authored
Add new SymbolFilterType for Binance (#2495)
1 parent 359e70d commit 2a468c0

File tree

1 file changed

+1
-1
lines changed
  • nautilus_trader/adapters/binance/common

1 file changed

+1
-1
lines changed

nautilus_trader/adapters/binance/common/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
2323
"""
2424

25-
2625
from enum import Enum
2726
from enum import unique
2827

@@ -136,6 +135,7 @@ class BinanceSymbolFilterType(Enum):
136135
MAX_NUM_ICEBERG_ORDERS = "MAX_NUM_ICEBERG_ORDERS"
137136
MAX_POSITION = "MAX_POSITION"
138137
TRAILING_DELTA = "TRAILING_DELTA"
138+
POSITION_RISK_CONTROL = "POSITION_RISK_CONTROL"
139139

140140

141141
@unique

0 commit comments

Comments
 (0)