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

@@ -33,6 +33,7 @@ class Binance(Exchange):
}
_ft_has_futures: Dict = {
"stoploss_order_types": {"limit": "stop"},
"tickers_have_price": False,
}
_supported_trading_mode_margin_pairs: List[Tuple[TradingMode, MarginMode]] = [