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

Rework order book; added support for checksum

This commit is contained in:
Jan Korf
2020-06-20 20:34:48 +02:00
parent 5105e995e8
commit ddc4ebe638
4 changed files with 257 additions and 38 deletions
+4
View File
@@ -59,6 +59,10 @@
/// </summary>
Connecting,
/// <summary>
/// Reconnecting
/// </summary>
Reconnecting,
/// <summary>
/// Syncing data
/// </summary>
Syncing,