Matt Stancliff
Matt Stancliff
Is this related to the input `s` or only the `self.timeZoneId` value? Perhaps when `s` is empty then `self.timeZoneId` is also empty or invalid? It looks like the fix works...
Is the question about why the price is the same for multiple rows? Both `/ES` and `/NQ` operate in $0.25 increments, so they can easily have the same values over...
Thanks for all the details! You're right this looks broken because we use the different function `bondContractDetails()` directly. What contract was causing the problem? Always nice to be able to...
I think the main feedback is there are 50+ different order types (https://www.interactivebrokers.com/en/index.php?f=4985) so the choices are: - do we implement and maintain and document all of them - or...
Yeah, this is an IBKR artifact because their API sends all data updates asynchronously. For my own usage, I add a 1 to 5 second sleep after a trade before...
Indeed! It's on the todo list. We'll need to make some new classes and types and add these new details to the protocol parser for those fields. Most of the...
Thanks! Yeah, feel free to give it a try. These are a different input format than anything else, so it may take some decisions to figure out what goes where...
Yeah, testing this would be a bit weird. Probably just making it match the existing twsapi interface should be good enough then people can complain if it doesn't work. I...
> I realized that ib_async does not support socks5/http proxy, Yeah, it expects to connect to a TWS or gateway instance directly on an open TCP gateway port. If you...