added isolated futures to supported modes for binance,gateio

This commit is contained in:
Sam Germain
2022-01-10 06:45:54 -06:00
parent e0df7ee72a
commit ba5fc21d84
4 changed files with 5 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ class Gateio(Exchange):
# TradingMode.SPOT always supported and not required in this list
# (TradingMode.MARGIN, Collateral.CROSS),
# (TradingMode.FUTURES, Collateral.CROSS),
# (TradingMode.FUTURES, Collateral.ISOLATED)
(TradingMode.FUTURES, Collateral.ISOLATED)
]
def validate_ordertypes(self, order_types: Dict) -> None: