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: Binance issue where Fees = null so null += Anything == null #812

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

O-Mutt
Copy link
Contributor

@O-Mutt O-Mutt commented Aug 30, 2023

This resolves an issue where the binance API returns the correct fees but the way we are handling fees is with a nullable decimal causing the += of fees to be null

@O-Mutt O-Mutt changed the title Fixing issue where Fees = null so null += Anything == null fix: Binance issue where Fees = null so null += Anything == null Aug 30, 2023
@O-Mutt
Copy link
Contributor Author

O-Mutt commented Aug 30, 2023

I would hope we could get this released as a bug version as this is blocking my current production environment from being able to manage trades appropriately.

@vslee
Copy link
Collaborator

vslee commented Aug 30, 2023

Thanks for submitting all of these PRs. I can prepare a new release in a few days. If you'd like to get any other PRs in before then, that'd be great.
In the meantime, your code changes are now available in the prerelease build: https://dev.azure.com/DigitalRuby/DigitalRuby/_artifacts/feed/DigitalRuby

@vslee vslee merged commit 140e4d7 into DigitalRuby:master Aug 30, 2023
@O-Mutt O-Mutt deleted the FixingBinanceFees branch September 1, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants