diff --git a/CryptoExchange.Net/Trackers/Klines/KlineTracker.cs b/CryptoExchange.Net/Trackers/Klines/KlineTracker.cs
index cb16c55..a11c60f 100644
--- a/CryptoExchange.Net/Trackers/Klines/KlineTracker.cs
+++ b/CryptoExchange.Net/Trackers/Klines/KlineTracker.cs
@@ -23,7 +23,7 @@ namespace CryptoExchange.Net.Trackers.Klines
///
/// The internal data structure
///
- protected readonly Dictionary _data = new Dictionary();
+ protected readonly SortedDictionary _data = new SortedDictionary();
///
/// The pre-snapshot queue buffering updates received before the snapshot is set and which will be applied after the snapshot was set
///