Skip to content

2.1.0

Latest

Choose a tag to compare

@ceddybi ceddybi released this 14 Mar 13:27
· 151 commits to master since this release

What's Changed

  • V2 Breaking changes using IbApiNext, previously using ib events
  • Changed all classes using rxjs internally but exporting promises with methods, i.e accounts, connection, portfolios, marketdata, orders e.t.c
  • Connections is improved to auto re-connect when TWS/Gateway disconnects, previously it'd process.exit(0)
  • Introduces separate objects similar to the ones in @stoqey/ib but different, i.e Position, Instrument, Order, OrderType, OrderAction
  • If you want to define custom functions, the ibApiNext can be found in any class. e.g Orders.ib, Portfolios.ib e.t.c ...

Full Changelog: 1.8.5...2.1.0