Assign 'status_stop' for gate stop orders
This commit is contained in:
@@ -115,6 +115,7 @@ class Gate(Exchange):
|
|||||||
order1['id'] = order_id
|
order1['id'] = order_id
|
||||||
order1['type'] = 'stoploss'
|
order1['type'] = 'stoploss'
|
||||||
order1['stopPrice'] = order.get('stopPrice')
|
order1['stopPrice'] = order.get('stopPrice')
|
||||||
|
order1['status_stop'] = 'triggered'
|
||||||
|
|
||||||
return order1
|
return order1
|
||||||
return order
|
return order
|
||||||
|
|||||||
Reference in New Issue
Block a user