1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-21 21:33:01 +00:00

Made Interval property of Kline tracker public

This commit is contained in:
Jkorf
2026-01-28 10:31:44 +01:00
parent 913bdaa855
commit eaeba6f27e
2 changed files with 12 additions and 7 deletions
@@ -55,6 +55,11 @@ namespace CryptoExchange.Net.Trackers.Klines
/// </summary>
SharedKline? Last { get; }
/// <summary>
/// The kline interval
/// </summary>
public SharedKlineInterval Interval { get; }
/// <summary>
/// Event for when a new kline is added
/// </summary>