Add gateio price type field

This commit is contained in:
Matthias
2023-02-05 10:46:24 +01:00
parent 3497de3dd5
commit b8a527e4a0
2 changed files with 10 additions and 1 deletions

View File

@@ -1070,6 +1070,9 @@ def test_validate_ordertypes(default_conf, mocker):
# ('okx', 'last', True),
# ('okx', 'mark', True),
# ('okx', 'index', True),
('gate', 'last', True),
('gate', 'mark', True),
('gate', 'index', True),
])
def test_validate_ordertypes_stop_advanced(default_conf, mocker, exchange_name, stopadv, expected):