Ted Robertson
Ted Robertson
> This project seems to be the best and most complete on the Github. Unfortunately, node-ib is no longer actively maintained, and uses old JS conventions (no async, no types)....
@pilwon: how can we add fields to the code that deserializes them from the server? For example, in `placeOrder`, `orderState` [misses](https://github.com/pilwon/node-ib/blob/master/lib/incoming.js#L962) many of the [newer fields like `initMarginChange`](https://interactivebrokers.github.io/tws-api/classIBApi_1_1OrderState.html). I tried...
A year later, I still get `76` with TWS 981. I see a [lot of `if`s based on the version in [lib/incoming.js](https://github.com/pilwon/node-ib/blob/master/lib/incoming.js#L636), deciding what fields to dequeue. Where are these...
Hey @fantasia949, can you please announce your fork in an issue here?
This isn't really a question about this library; it's about connectivity. The library doesn't do anything different depending on where it's run. I've been running it for years both locally...
It's the weekend and IB's servers are hosed as usual, but what happens when you pass the exchange to `ib.contrack.stock('MSFT', 'ISLAND', 'USD')`? How about when passing 'SMART'? https://github.com/pilwon/node-ib/blob/master/lib/contract/stock.js The primary...
Well, since the package is at v0.x, its API is not really guaranteed [per semver](https://semver.org/#spec-item-4) anyway. One suggestion would be to release v1, rewritten using ES Modules, and with named...
@pilwon: do you still have time to maintain this library? I've submitted a PR announcing that it needs maintainers.
Something like @mjheller said. IB will also send pointless `2019` errors if you set `outsideRth: true` for contracts that don't have the "outside regular trading hours" concept (e.g. ES): >...
> and thanks @pilwon for a great package!! Good package, but needs a little love. Named parameters would be great for a start :) @pilwon, are you still maintaining this?...