rust-ibapi icon indicating copy to clipboard operation
rust-ibapi copied to clipboard

Reconnect to IB in case of failed connection

Open Pl0414141 opened this issue 1 year ago • 3 comments

To reproduce:

  1. Open TWS
  2. Connect via 'let mut client = Client::connect("127.0.0.1:7496", 100).unwrap();'
  3. Close TWS

Expected result:

Script still alive and trying to reconnect.

Actual result:

Script terminated.

Pl0414141 avatar Jul 09 '23 23:07 Pl0414141