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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user