fix(bitget): use stopLossPrice mapping for futures stoploss handling

This commit is contained in:
ABS
2026-04-12 02:42:35 +08:00
parent 68d514db91
commit 81fcd5ea5a
+2
View File
@@ -38,6 +38,8 @@ class Bitget(Exchange):
_ft_has_futures: FtHas = {
"funding_fee_candle_limit": 100,
"has_delisting": True,
"stop_price_param": "stopLossPrice",
"stop_price_prop": "stopLossPrice",
"stop_price_type_field": "triggerType",
"stop_price_type_value_mapping": {
PriceType.LAST: "fill_price",