-
-
Notifications
You must be signed in to change notification settings - Fork 116
ValueError: Account not found in account list #30
Comments
I've found the problem. The order object in handleOrders comes back where Since I'd rather not mess with the whole order object pipeline (it's a bit hairy), I can monkeypatch
|
Hi, Thanks for pointing that out! I've updated the library to use a more fool-proof Please update to 1.12.69 to get the changes and let me know if the problem is solved. Thanks, |
Problem still persists in .68, when I debug getPositions it tells me that |
Thanks! When calling Also - do you call |
? |
Working from the github version, this is solved now. 👍🏼🙏🏼 |
1.12.67 was working fine, error with 1.12.68:
When I place an a basic market order I get the following error:
Using TWS I can see that the order completes successfully. Also when I type tws.getPositions() I get my positions back as normal.
The text was updated successfully, but these errors were encountered: