1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-15 10:22:57 +00:00

Updated version

This commit is contained in:
Jkorf
2022-01-24 14:37:15 +01:00
parent bb1071472f
commit 100a34d1a0
4 changed files with 17 additions and 8 deletions
+5 -5
View File
@@ -72,14 +72,14 @@ var spotClients = new [] {
*V5*
```csharp
var spotClients = new [] {
binanceClient.SpotApi.ComonSpotClient,
bittrexClient.SpotApi.ComonSpotClient,
kucoinClient.SpotApi.ComonSpotClient
binanceClient.SpotApi.CommonSpotClient,
bittrexClient.SpotApi.CommonSpotClient,
kucoinClient.SpotApi.CommonSpotClient
};
var futuresClients = new [] {
binanceClient.UsdFuturesApi.ComonFuturesClient,
kucoinClient.FuturesApi.ComonFuturesClient
binanceClient.UsdFuturesApi.CommonFuturesClient,
kucoinClient.FuturesApi.CommonFuturesClient
};
```