Library version 9.6.4.16 is out! It corresponds to the Ib 9.64 api, and fixes numerous issues, most pressingly the decimal parsing for invariant cultures – no more expecting 9,23 as 9.23!
If you have any problems, email hidden; JavaScript is required.
Download the release here, or go to the utilities page.
excellent work!
Thanks for the work, it is very helpfull.
I tested the API for feed reception and it was ok, but I have a problem when placing orders. When I send an order and modify it immediately and right away cancel it, I didn’t get the acknoweledgement message for sending and modifying, only for the last action wich is the canceling of the order.
I don’t know if you had the same problem ?
Let me know if you want to see the code that I’m using to understand better the problem.
Thanks
In case someone else have the same problem, the bug was in my order passing management system. I didn’t wait for the Acks before posting my Modify/Cancel.
I toughout that write and read actions was synchronized in IBClient class, I tried to do that but it wasn’t the best solution. Finally, I did synchronize my Send/Modify methods with the OrderStatus notification event.
Thanks Karl!
=D