-
This issue demands a networking tool-set driven by 2 sets of
requirements:
- as per `ib` backend work in #321, we need an
event oriented task that will request a data re-connection
whenever …
-
In config.ini I set ColdRestartTime=08:00, and in the gateway configuration I have "Lock and Exit" set to "Auto restart". I was expecting IBC to restart every Sunday at 8 AM. (Also, I do not use 2FA…
-
4 node cluster running M10 with iSCSI gateways on node 2 / 4. Then trying to kill the cluster with
salt-run disengage.safety
salt-run state.orch ceph.purge
hangs forever.
admin-p:~ # salt-r…
-
Initial draft / POC was in #322 but more or less we need our own image likely built as:
- [`nixOS`](https://github.com/NixOS) so as to (mostly) avoid stupid dockerfile DSL syntax (in exchange for stu…
-
here's my codes
in localhost and it works well
```javascript
const ib = require('ib');
let client = new ib({ clientId : 1 , host : 'localhost' , port : 7497 });
client.connect();
…
-
hi can anyone tell me what the f is going on here?
sorry for multiple questions in a row but I'm really tired of this
i was using ceph-iscsi with multipath and got errors after googling found out …
-
@softwarespartan
Hi Abel,
I stumbled over a strange problem and think the problem might be within IB4m.
It happens me annoyingly often that directly after sending a WHATIF-order I get an err…
-
Hi IBController team, thank you guys for wonderful work. I would like to know how to properly set IBController.ini to let IBGateway close down every day at some time?
Thank you
-
Hi! I'm running into a lot of instability with my watchdog script because IBC is not being shut down properly by Stop.bat. I'm working in Windows 10 on a fast machine.
A minor issue is that the tim…
-
contract := new(ibapi.Contract)
contract.Symbol = "MSFT"
contract.Exchange = "SMART"
contract.Currency = "USD"
lmt := ibapi.NewLimitOrder("BUY", 244.26, 100)
ic.PlaceOrder(newOrderId(), contract,…