Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lukovkin authored and blampe committed Sep 28, 2016
1 parent 26d027a commit 83b9d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ib/ext/EClientSocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ def placeOrder(self, id, contract, order):
if self.m_serverVersion >= self.MIN_SERVER_VER_WHAT_IF_ORDERS:
self.send(order.m_whatIf)
except Exception as e:
self.error(id, EClientErrors.FAIL_SEND_ORDER, str(e))
self.error_0(id, EClientErrors.FAIL_SEND_ORDER, str(e))
self.close()

@synchronized(mlock)
Expand Down

0 comments on commit 83b9d08

Please sign in to comment.