gateio order cost is not in contracts

closes #7081
This commit is contained in:
Matthias
2022-07-16 11:58:38 +02:00
parent 7b8a5585dd
commit 415780a4fe
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ class Gateio(Exchange):
_ft_has_futures: Dict = {
"needs_trading_fees": True,
"fee_cost_in_contracts": False, # Set explicitly to false for clarity
"order_props_in_contracts": ['amount', 'filled', 'remaining'],
}
_supported_trading_mode_margin_pairs: List[Tuple[TradingMode, MarginMode]] = [