node-ib
node-ib copied to clipboard
Interactive Brokers TWS API client library for Node.js
Bumps [moment](https://github.com/moment/moment) from 2.20.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.3 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
This project seems to be the best and most complete on the Github. Thank you! The new TWS API supports P&L data requests but it looks like this was never...
This is the order type documented under the `Trailing Stop Limit` heading [here](https://interactivebrokers.github.io/tws-api/basic_orders.html ), with the code of `TRAIL LIMIT`. It would have fields for - action - quantity -...
`.on('server', version => console.log(version))` always shows `76`, whether I connect to Gateway 972, or to TWB 979. What does the [server version](https://github.com/pilwon/node-ib/blob/master/lib/socket.js#L43-L46) field mean?
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
does reqMatchingSymbols fonction exists? I don't see it on the main page? Or the name is different in this lib? I want it to find a ticker and have the...
When running TWS Gateway 9.73+ I get a "socket client out of date" error every time I reconnect the gateway (Ctrl-Alt-F). This is a popup in the Gateway screen and...
In the output of the placeOrder example I see the same value for initial margin, maintenance margin commissions and many other properties: 1.7976931348623157E308. This is the default Number.MAX_VALUE. Is the...
Needs to be updated to support new features of the API. Maybe starting a gofundme or a crowdsourcing collection would be enough to incentivize Pilwon to upgrade it.