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

kraken.spot.OrderbookClient: add timestamps to book's ask and bid values #124

Merged
merged 2 commits into from
Jul 16, 2023

Conversation

btschwertfeger
Copy link
Owner

@btschwertfeger btschwertfeger commented Jul 16, 2023

Summary

The OrderbookClient was extended so that every ask and bid now also provide the timestamp of that change.

This change can be breaking - see this line.

@btschwertfeger btschwertfeger added enhancement New feature or request Spot Topic related to Spot trading Breaking Breaking changes labels Jul 16, 2023
@btschwertfeger btschwertfeger added this to the Next Release milestone Jul 16, 2023
@btschwertfeger btschwertfeger self-assigned this Jul 16, 2023
@btschwertfeger btschwertfeger changed the title add the timestamp to orderbook client ask and bid values kraken.spot.OrderbookClient: add timestamps to book's ask and bid values Jul 16, 2023
@codecov
Copy link

codecov bot commented Jul 16, 2023

Codecov Report

Merging #124 (e8a6b22) into master (e973303) will increase coverage by 0.00%.
The diff coverage is 85.71%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   87.58%   87.58%           
=======================================
  Files          18       18           
  Lines        1562     1563    +1     
=======================================
+ Hits         1368     1369    +1     
  Misses        194      194           
Flag Coverage Δ
unittests 87.58% <85.71%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
kraken/spot/orderbook.py 89.88% <85.71%> (+0.11%) ⬆️

@btschwertfeger btschwertfeger marked this pull request as ready for review July 16, 2023 12:31
@btschwertfeger btschwertfeger merged commit 0b12fd6 into master Jul 16, 2023
49 checks passed
@btschwertfeger btschwertfeger deleted the add-timestamp-to-orderbook-clients-ask-bid branch July 16, 2023 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Breaking changes enhancement New feature or request Spot Topic related to Spot trading
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant