Merge remote-tracking branch 'origin/tmp/calcprofit' into pr/mkavinkumar1/6545

This commit is contained in:
Matthias
2022-06-17 19:45:46 +02:00
24 changed files with 969 additions and 129 deletions

View File

@@ -93,7 +93,7 @@ class Exchange:
:return: None
"""
self._api: ccxt.Exchange
self._api_async: ccxt_async.Exchange
self._api_async: ccxt_async.Exchange = None
self._markets: Dict = {}
self._trading_fees: Dict[str, Any] = {}
self._leverage_tiers: Dict[str, List[Dict]] = {}