AsyncAlgoTrading / aat

Asynchronous, event-driven algorithmic trading in Python and C++
https://aat.readthedocs.io
Apache License 2.0
633 stars 133 forks source link

synchronize cancel events for ib #150

Closed timkpaine closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #150 (4751eb7) into main (1dee11a) will decrease coverage by 0.27%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #150      +/-   ##
==========================================
- Coverage   42.84%   42.56%   -0.28%     
==========================================
  Files         118      118              
  Lines        5641     5678      +37     
  Branches      749      756       +7     
==========================================
  Hits         2417     2417              
- Misses       3071     3108      +37     
  Partials      153      153              
Impacted Files Coverage Δ
aat/engine/dispatch/order_entry.py 22.30% <0.00%> (-1.55%) :arrow_down:
aat/exchange/public/ib/ib.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1dee11a...4751eb7. Read the comment docs.