franco
franco
Hi @birbs1968, thought you might find this helpful for you or your friend: - https://github.com/francdoc/acscontroller/blob/main/acscontroller.cpp#L232 - https://github.com/francdoc/acscontroller/blob/main/stage.cpp#L179 - https://github.com/francdoc/acscontroller/blob/main/stage.cpp#L548 - https://github.com/francdoc/acscontroller/blob/main/stageserver.cpp#L105 It's worth mentioning that while it's functional in a...
Hi @birbs1968 cool. Sure! Let me know. Good luck.
Hi, I have the same issue. I'm trying to buy an AAPL stock but the operation does not show on the IBGateway log or TWS. ``` package main import (...
Hi everyone, I managed to execute MKT and LMT - BUY/SELL orders. I branched from master (stable version) for sharing purposes. Here is the link: https://github.com/francdoc/ibapi/tree/placeOrder_twsapi.10.19.01. This probably needs more...
Your welcome, @hadrianl. Awesome work on your Go implementation by the way. If anyone is curious, to make the update to hadrianl's source code I used the twsapi.10.19.01 C++ source...
> Franco, I may have a similar problem to you -- if you call ic.ReqOpenOrders(), does your order appear? > > For me, it shows up in the (frustratingly under-documented)...
Your welcome Colin!
Hey @hadrianl, if you want I'd like to create a dedicated branch to make your source code fully compatible with the current stable twsapi (version 10.19.01). Do you think it's...
Hi @hadrianl, ok. I’ll keep on working on a feature branch from master. When it becomes a stable release I will submit a pull request to your repo (master) so...
Hi @parakr, sorry I could answer sooner. I'll check this out and try to finish the PR.