Fix wrong fee calclulation for gateio futures

This commit is contained in:
Matthias
2022-07-09 08:24:29 +02:00
parent 5b733a723d
commit b7167ec880
6 changed files with 15 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ class Okx(Exchange):
}
_ft_has_futures: Dict = {
"tickers_have_quoteVolume": False,
"fee_cost_in_contracts": True,
}
_supported_trading_mode_margin_pairs: List[Tuple[TradingMode, MarginMode]] = [