1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 12:53:02 +00:00

Dispose handling order book

This commit is contained in:
Jkorf
2022-02-22 12:54:19 +01:00
parent c22b54c898
commit 5c99da6617
3 changed files with 44 additions and 3 deletions
+9 -1
View File
@@ -69,7 +69,15 @@
/// <summary>
/// Data synced, order book is up to date
/// </summary>
Synced
Synced,
/// <summary>
/// Disposing
/// </summary>
Disposing,
/// <summary>
/// Disposed
/// </summary>
Disposed
}
/// <summary>