Gateio allow market orders on futures markets

This commit is contained in:
Matthias
2022-06-17 22:43:24 +02:00
parent 6bdf9c2a94
commit fda8248d41
2 changed files with 6 additions and 1 deletions

View File

@@ -40,7 +40,6 @@ class Gateio(Exchange):
]
def validate_ordertypes(self, order_types: Dict) -> None:
super().validate_ordertypes(order_types)
if self.trading_mode != TradingMode.FUTURES:
if any(v == 'market' for k, v in order_types.items()):