From 6e166383edc6c84f25b123f8db772510589c49dc Mon Sep 17 00:00:00 2001 From: fredfortier Date: Thu, 31 Aug 2017 12:47:09 -0400 Subject: [PATCH] Fixed bug with order execution --- catalyst/exchange/bitfinex/bitfinex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/exchange/bitfinex/bitfinex.py b/catalyst/exchange/bitfinex/bitfinex.py index 2ca0b816..07e56df0 100644 --- a/catalyst/exchange/bitfinex/bitfinex.py +++ b/catalyst/exchange/bitfinex/bitfinex.py @@ -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