What's Changed
- V2 Breaking changes using IbApiNext, previously using ib events
- Changed all classes using
rxjsinternally but exporting promises with methods, i.e accounts, connection, portfolios, marketdata, orders e.t.c Connectionsis improved to auto re-connect when TWS/Gateway disconnects, previously it'd process.exit(0)- Introduces separate objects similar to the ones in
@stoqey/ibbut different, i.ePosition,Instrument,Order,OrderType,OrderAction - If you want to define custom functions, the
ibApiNextcan be found in any class. e.gOrders.ib,Portfolios.ibe.t.c ...
Full Changelog: 1.8.5...2.1.0