mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-12 10:26:27 +00:00
docs
This commit is contained in:
parent
0f65701f90
commit
66fce6cb84
@ -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)
|
Loading…
x
Reference in New Issue
Block a user