fix: override gate funding fee limit to 90

(seems to be the new limit)
This commit is contained in:
Matthias
2024-11-16 11:56:05 +01:00
parent b2423fa390
commit 7090d4e5ba

View File

@@ -37,6 +37,7 @@ class Gate(Exchange):
_ft_has_futures: FtHas = { _ft_has_futures: FtHas = {
"needs_trading_fees": True, "needs_trading_fees": True,
"marketOrderRequiresPrice": False, "marketOrderRequiresPrice": False,
"funding_fee_candle_limit": 90,
"stop_price_type_field": "price_type", "stop_price_type_field": "price_type",
"stop_price_type_value_mapping": { "stop_price_type_value_mapping": {
PriceType.LAST: 0, PriceType.LAST: 0,