stoqey / ib

Interactive Brokers TWS/IB Gateway API client library for Node.js (TS)
https://stoqey.github.io/ib-doc/
MIT License
205 stars 47 forks source link

subscription.endEventReceived implemented #190

Closed rylorin closed 1 year ago

rylorin commented 1 year ago
  1. subscription.endEventReceived implemented for some entry points (orders, positions, market scanner)
  2. use of rxjs.hasError removed as it is deprecated
  3. controller.resume on connection changed according to IB documentation (Important: The IBApi.EWrapper.nextValidID callback is commonly used to indicate that the connection is completed and other messages can be sent from the API client to TWS. There is the possibility that function calls made prior to this time could be dropped by TWS.)
  4. matching-symbols unit test added
codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit a0ec54f6 and detected 6 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 6

View more on Code Climate.