1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-07 16:06:15 +00:00

Update index.html

This commit is contained in:
Jkorf 2024-10-28 16:11:01 +01:00
parent be75449e4a
commit 3e410be611

View File

@ -3653,7 +3653,7 @@ await tracker.StopAsync();
<p>
<b>Stats and comparing data</b><br />
Using the <code>tracker.GetData(fromTime, toTime)</code> method the trackers expose the data, or a subset of the data, can be retrieved:
Using the <code>tracker.GetData(fromTime, toTime)</code> method the trackers exposes the data, or a subset of the data, can be retrieved:
<pre><code>// Get all the data currently tracked:
var data = tracker.GetData();