We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CandlestickInterval.Hours_6 can be converted to string:
CandlestickInterval.Hours_6
Binance/src/Binance/Extensions/CandlestickIntervalExtensions.cs
Line 25 in da2967a
But it doesn't support the opposite conversion:
Binance/src/Binance/Extensions/StringExtensions.cs
Line 41 in da2967a
Result - there is no way to subscribe for 6h interval. Is it by design?
The text was updated successfully, but these errors were encountered:
2fc4f81
@sguryev, thanks for mentioning.
Sorry, something went wrong.
@sonvister do you want me to prepare the PR? Ooops. it looks like I'm late. Sorry
sonvister
No branches or pull requests
CandlestickInterval.Hours_6
can be converted to string:Binance/src/Binance/Extensions/CandlestickIntervalExtensions.cs
Line 25 in da2967a
But it doesn't support the opposite conversion:
Binance/src/Binance/Extensions/StringExtensions.cs
Line 41 in da2967a
Result - there is no way to subscribe for 6h interval.
Is it by design?
The text was updated successfully, but these errors were encountered: