roq-trading / roq-issues

Issue tracker for Roq's software solutions.
https://roq-trading.com/
1 stars 0 forks source link

[roq-ibkr] New gateway: Interactive Brokers #4

Open thraneh opened 3 years ago

thraneh commented 3 years ago

This gateway will only be developed with client sponsorship This means that you should already have a real trading strategy which can be used to test and validate the gateway solution. It also means that you should be prepared to dedicate your time to help with live testing and possibly provide logs to help investigating issues.

Technically, the TWS API socket classes should be entirely avoided (as they're not single threaded and using locks, signals, etc. for communication). It appears to be possible to externally manage socket connect/read/write operations and otherwise use the following interfaces: EDecoder, EClient, EWrapper, and ETransport.

thraneh commented 3 years ago

Currently not progressing due to lack of sponsorship.