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

@@ -67,7 +67,8 @@ 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,
"tickers_have_quoteVolume": True,
"tickers_have_price": True,
"trades_pagination": "time", # Possible are "time" or "id"
"trades_pagination_arg": "since",
"l2_limit_range": None,