Skip to content

Commit 6992680

Browse files
authored
Set MarketSymbolIsUppercase to true in ExchangeBinanceAPI (#754)
1 parent 7a7aadc commit 6992680

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ExchangeSharp/API/Exchanges/BinanceGroup/ExchangeBinanceAPI.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ public sealed class ExchangeBinanceAPI : BinanceGroupCommon
1818
{
1919
public override string BaseUrl { get; set; } = "https://api.binance.com";
2020
public override string BaseUrlWebSocket { get; set; } = "wss://stream.binance.com:9443";
21+
22+
private ExchangeBinanceAPI()
23+
{
24+
MarketSymbolIsUppercase = true;
25+
}
2126
}
2227

2328
public partial class ExchangeName { public const string Binance = "Binance"; }

0 commit comments

Comments
 (0)