1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Updated example

This commit is contained in:
Jkorf
2022-01-03 14:08:35 +01:00
parent ebe332b724
commit 6b45859934
7 changed files with 51 additions and 36 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
@code{
private ConcurrentDictionary<string, decimal> _prices = new ConcurrentDictionary<string, decimal>();
private UpdateSubscription[] _subs;
private UpdateSubscription[] _subs = Array.Empty<UpdateSubscription>();
protected override async Task OnInitializedAsync()
{
@@ -32,6 +32,7 @@
{
var clients = new ISpotClient[]
{
binanceClient.SpotApi.ComonSpotClient,
bitfinexClient.SpotApi.ComonSpotClient,
bittrexClient.SpotApi.ComonSpotClient,