From e1c5c3d19f1420d2aedc4143a6ca3a45ae159f10 Mon Sep 17 00:00:00 2001 From: JKorf Date: Wed, 14 Feb 2024 21:34:51 +0100 Subject: [PATCH] Update index.html --- docs/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index e17ad5b..ce796e7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -107,6 +107,7 @@ + @@ -2547,7 +2548,7 @@ var result = await huobiClient.SpotApi.Trading.PlaceOrderAsync(account.Id, "BTCU - Subscribe Ticker Updates
+ Subscribe Ticker Updates

Subscribe to the websocket ticker update stream

@@ -2591,7 +2592,7 @@ var result = await huobiClient.SpotApi.Trading.PlaceOrderAsync(account.Id, "BTCU
-
+
await binanceSocketClient.SpotApi.ExchangeData.SubscribeToTickerUpdatesAsync("ETHUSDT", data => {
     // Handle update
 });