Fixed bug with order execution

This commit is contained in:
fredfortier
2017-08-31 12:47:09 -04:00
parent 1696c39912
commit 6e166383ed
+1 -1
View File
@@ -159,7 +159,7 @@ class Bitfinex(Exchange):
stop=stop_price,
limit=limit_price,
filled=filled,
id=order_status['id'],
id=str(order_status['id']),
commission=commission
)
order.status = status