mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-21 13:23:07 +00:00
docs
This commit is contained in:
@@ -93,3 +93,5 @@ var closePrice = kline.CommonClose;
|
|||||||
var kline = await binanceClient.SpotApi.ComonSpotClient.GetKlinesAysnc(/*params*/);
|
var kline = await binanceClient.SpotApi.ComonSpotClient.GetKlinesAysnc(/*params*/);
|
||||||
var closePrice = kline.ClosePrice;
|
var closePrice = kline.ClosePrice;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For more details on the interfaces see [Common interfaces](interfaces.html)
|
||||||
Reference in New Issue
Block a user