pilwon / node-ib

Interactive Brokers TWS API client library for Node.js
381 stars 133 forks source link

Supporting CMDTY trading #146

Open datermine opened 4 years ago

datermine commented 4 years ago

I noticed this older issue about all security types and was wondering if there was anything preventing CMDTY trading: https://github.com/pilwon/node-ib/issues/46

Is there?

catch-point commented 4 years ago

I use node-ib for commodity trading, with secType of 'FUT'. node-ib has a factory function called future to help create those contracts.