Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track time to trade for user and liquidity orders separately #203

Merged
merged 1 commit into from
May 18, 2022

Conversation

MartinquaXD
Copy link
Contributor

In order for long open liquidity orders to not affect the time to trade for user orders their trading times need to be tracked separately.

This was left over after this PR which only tracked the matching quote for user and liquidity order separately (the name of the old PR was incorrect).

Test Plan

Existing unit test covers this metric.

@codecov-commenter
Copy link

Codecov Report

Merging #203 (be5f3b5) into main (9250679) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #203      +/-   ##
==========================================
+ Coverage   64.40%   64.42%   +0.01%     
==========================================
  Files         189      189              
  Lines       38780    38785       +5     
==========================================
+ Hits        24977    24986       +9     
+ Misses      13803    13799       -4     

Copy link
Contributor

@sunce86 sunce86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lg

@MartinquaXD MartinquaXD merged commit f10782d into main May 18, 2022
@MartinquaXD MartinquaXD deleted the time-to-trade-seprately branch May 18, 2022 12:20
@github-actions github-actions bot locked and limited conversation to collaborators May 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants