Removed name_for_futures_market

This commit is contained in:
Sam Germain
2021-10-28 07:19:46 -06:00
parent a2b1838c60
commit 956352f041
3 changed files with 0 additions and 3 deletions

View File

@@ -79,7 +79,6 @@ class Exchange:
_supported_trading_mode_collateral_pairs: List[Tuple[TradingMode, Collateral]] = [
# TradingMode.SPOT always supported and not required in this list
]
name_for_futures_market = 'swap'
def __init__(self, config: Dict[str, Any], validate: bool = True) -> None:
"""