Rename tickers_has_quoteVolume

This commit is contained in:
Matthias
2022-03-18 16:49:37 +01:00
parent 1de5d2fb94
commit 2791e799ee
4 changed files with 5 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ class Okx(Exchange):
"funding_fee_timeframe": "8h",
}
_ft_has_futures: Dict = {
"tickers_has_quoteVolume": False,
"tickers_have_quoteVolume": False,
}
_supported_trading_mode_margin_pairs: List[Tuple[TradingMode, MarginMode]] = [