ibjs icon indicating copy to clipboard operation
ibjs copied to clipboard

Container to host Interactive Brokers trading system logic written in Javascript.

Results 6 ibjs issues
Sort by recently updated
recently updated
newest added

Does this project support trading of options? Especially ODAX based on the DAX index? I've had no luck using the the *node-ib* package. Thanks!

TypeError: config.hooks.traceError is not a function at fs.appendFile.err (C:\Users\J\node_modules\ibjs\index.js:197:140) at fs.js:1279:7 at FSReqWrap.oncomplete (fs.js:135:15)

On the client code here: https://github.com/triploc/ib-sdk/blob/master/doc/remoting.md ``` var io = require('socket.io-client')('http://localhost:8080'), session = sdk.proxy(io); session.service.relay(socket); ``` what is "socket" in `session.service.relay(socket)`? thanks!

@triploc A guide I wrote while using this project. Thanks =]