gateio futures is showing base currency in volume!
This commit is contained in:
parent
83ca168bb8
commit
3983368228
@ -34,6 +34,7 @@ class Gateio(Exchange):
|
|||||||
|
|
||||||
_ft_has_futures: Dict = {
|
_ft_has_futures: Dict = {
|
||||||
"needs_trading_fees": True,
|
"needs_trading_fees": True,
|
||||||
|
"ohlcv_volume_currency": "base",
|
||||||
"fee_cost_in_contracts": False, # Set explicitly to false for clarity
|
"fee_cost_in_contracts": False, # Set explicitly to false for clarity
|
||||||
"order_props_in_contracts": ['amount', 'filled', 'remaining'],
|
"order_props_in_contracts": ['amount', 'filled', 'remaining'],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user