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

Set MarketSymbolIsUppercase to true in ExchangeBinanceAPI #754

Merged
merged 1 commit into from
Mar 24, 2022
Merged

Set MarketSymbolIsUppercase to true in ExchangeBinanceAPI #754

merged 1 commit into from
Mar 24, 2022

Conversation

miguel1117
Copy link
Contributor

Fixes #753.
I set the MarketSymbolIsUppercase in the ExchangeBinanceAPI constructor and not in the BinanceGroupCommon constructor because I haven't tested if this change also applies to other Binance's exchanges.

@vslee
Copy link
Collaborator

vslee commented Mar 24, 2022

I haven't tested if this change also applies to other Binance's exchanges.

We can try it out for Binance proper first, and then other ppl can report if they need it for other exchanges

@vslee vslee merged commit 6992680 into DigitalRuby:master Mar 24, 2022
vslee added a commit to vslee/ExchangeSharp that referenced this pull request Apr 1, 2022
- extends DigitalRuby#754 by @ExchangeSharp
- also in this PR:
	- limit Trade stream to 400 symbols
	- use SerializerSettings
vslee added a commit that referenced this pull request Apr 1, 2022
…758)

- extends #754 by @ExchangeSharp
- also in this PR:
	- limit Trade stream to 400 symbols
	- use SerializerSettings
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.

Binance's methods that have a symbol parameter throw an error.
2 participants