Add time_in_force for kucoin

This commit is contained in:
Matthias
2021-09-03 08:48:53 +02:00
parent 93c1dff71b
commit 19ad165483
5 changed files with 13 additions and 3 deletions

View File

@@ -21,4 +21,6 @@ class Kucoin(Exchange):
_ft_has: Dict = {
"l2_limit_range": [20, 100],
"l2_limit_range_required": False,
"order_time_in_force": ['gtc', 'fok', 'ioc'],
"time_in_force_parameter": "timeInForce",
}