You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an order placed to IB is not accepted because of "No security definition has been found for the request", it is set to invalid.
Actual Behavior
If an order placed to IB is not accepted because of "No security definition has been found for the request", it is marked as an exception and the algorithm is terminated.
Potential Solution
If the error message comes from IBPlaceOrder, the order is set to Invalid.
Checklist
I have completely filled out this template
I have confirmed that this issue exists on the current master branch
I have confirmed that this is not a duplicate issue by searching issues
I have provided detailed steps to reproduce the issue
The text was updated successfully, but these errors were encountered:
Expected Behavior
If an order placed to IB is not accepted because of "No security definition has been found for the request", it is set to invalid.
Actual Behavior
If an order placed to IB is not accepted because of "No security definition has been found for the request", it is marked as an exception and the algorithm is terminated.
Potential Solution
If the error message comes from
IBPlaceOrder
, the order is set toInvalid
.Checklist
master
branchThe text was updated successfully, but these errors were encountered: