wboayue / ibapi

Interactive Brokers API - Go Implementation
MIT License
12 stars 7 forks source link

roadmap #8

Open gedw99 opened 9 months ago

gedw99 commented 9 months ago

I would be happy to help on this as I us IB.

Their Desktop beta is Java and pretty awful.

https://github.com/g45t345rt/g45w might interest you as an example of how good we can get a gui also using golang. I imagine you're not at all interested in a GUI, but only API ?

I am interested I both and happy to help on the API

gedw99 commented 9 months ago

Seems this does streaming ( reading of data ) but no order transactions ?

wboayue commented 9 months ago

@gedw99 I agree that their desktop app can definitely be improved upon. However, the GUI isn't my focus. I started the Go API to support an algorithmic trading application that I've since migrated to Rust. I do, at some point, want to complete the order management API.

gedw99 commented 9 months ago

so no point in eating time in this repo since you moved to a rust repo ?