Implement fix for okx futures not having quoteVolume

This commit is contained in:
Matthias
2022-03-17 20:15:51 +01:00
parent a13b633c56
commit 1299a703e2
3 changed files with 7 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ class Exchange:
"ohlcv_partial_candle": True,
# Check https://github.com/ccxt/ccxt/issues/10767 for removal of ohlcv_volume_currency
"ohlcv_volume_currency": "base", # "base" or "quote"
"tickers_has_quoteVolume": True,
"trades_pagination": "time", # Possible are "time" or "id"
"trades_pagination_arg": "since",
"l2_limit_range": None,