Matt Stancliff

Results 97 comments of Matt Stancliff
trafficstars

So....... Lots of crossed wires here: - syntax is still kinda broken (the `List[]`) syntax is 3 years old and we don't use it — and in fact these changes...

Multiple accounts are a setup more advanced than we have available for testing currently, so it's not a priority at the moment. Maybe eventually we can get around to it?...

Looks like a clean replace. There are still references to product names, but not sure if that is getting cleaned up elsewhere, example: > is the official C client library...

lol well that'll be fun. Thanks for pointing it out! At least the current architecture has all message parsing isolated to [decoder.py](https://github.com/ib-api-reloaded/ib_async/blob/main/ib_async/decoder.py) so it should be the only place we...

protip: never put "it may be illegal if we do this" in writing. Duplicating APIs isn't really enforceable. Something similar to: https://en.wikipedia.org/wiki/Google_LLC_v._Oracle_America,_Inc. One would hope it's just an oversight they...

Thanks for keeping up with the notes over there! Yeah, just staying on the pre-protobuf version is fine for now. Attempting to re-use the auto-generated protobuf code is also not...

Correct! IBKR usually has their "stable" version being months or even a year older than their "latest" release too. They retain the old one for a long time while still...

Good find. I stopped checking the release notes (https://ibkrguides.com/releasenotes/api.htm) years ago because it was almost never updated (the "gateway beta" version changes every week and there's never any notes about...

Sounds exciting! Will be interesting to try compare minor API performance differences too. Looking forward to see how everything is being organized and extracted/compared/validated against the standard ibapi stuff too....

Sounds impressive! Happy to look over the eventkit updates and try to review or brainstorm any performance improvements too. Would also be interesting running the updates under pypy to compare...