-
```
subscription_data = {
'conid': gc_futures[0]['conid'],
'fields': [
FIELD_BID_PRICE,
FIELD_ASK_PRICE,
FIELD_BID_SIZE,
FIELD_ASK_SIZE,
FIELD_L…
-
Since there is no other forum to discuss this I figured an "enhancement" issue might be the best idea.
So recently I was thinking why we even have to use the IB gateway client in the first place. W…
-
Hey,
I tend to have this problem, where the ´md´ subscription works for a while but then crashes in the background and is not handled properly.
```
2024-09-05 01:24:40,317|E| IbkrWsClient: Stat…
-
Hey man, just trying to figure out how to use this, are you able to post a basic example and any plans on posting this on crates.io?
Thanks for the library btw.
-
After running ibkr-docker for some time it seems to eventually exit with the following logs:
```
2024-02-01 00:17:41.561
2024-02-01 05:17:41:363 IBC: detected frame entitled: Connecting to server…
8W9aG updated
1 month ago
-
After having worked for some time, now it seems I cannot shake this off:
socat[537] E connect(5, AF=2 127.0.0.1:4001, 16): Connection refused …
-
Hi Richard and others, thanks for providing such great software for free.
I'm wondering what the recommended way to run IBC in Docker would be? There are a few repos, and I stumbled into using [thi…
-
Error Message:
```
WARNING:root:Waiting for connection to TWS
WARNING:root:Connected to TWS
ERROR:ibapi.wrapper:ERROR -1 2104 Market data farm connection is OK:usfarm
ERROR:ibapi.wrapper:ERROR -1…
-
It would be great if you could make the API auto pace itself on 429 errors.
-
Problem: A call to client.marketdata_history_by_conid() with outside_rth boolean set to True returns market data including outside_rth times.
Possible cause: IBKR Web API seems to expect a boolean …