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

Fix price label precision as MktPair.price_tick_digits #518

Merged
merged 1 commit into from
May 31, 2023

Conversation

goodboy
Copy link
Contributor

@goodboy goodboy commented May 31, 2023

A hot fix after #489 that wasn't caught (since we don't have UI tests yet..) 😂

Was only really borked for higher-precision but lower priced assets (like TLOS or peeneez) which have a MktPair.price_tick_digits >= 2.

The issue was using the wrong attr, the size_tick_digits..

Was only really borked for higher-precision but lower priced assets
(like TLOS or peeneez) which have a `MktPair.price_tick_digits >= 2`.

The issue was using the wrong attr, the `size_tick_digits`..
@goodboy goodboy merged commit 201b0d9 into master May 31, 2023
@goodboy goodboy deleted the fix_price_label_digits branch May 31, 2023 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants