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

Updated version

This commit is contained in:
Jkorf
2021-08-26 16:16:12 +02:00
parent ab072cb2f9
commit 5e3eddf21e
4 changed files with 152 additions and 3 deletions
@@ -34,6 +34,7 @@ namespace CryptoExchange.Net.UnitTests.TestImplementations
public int ConnectCalls { get; private set; }
public bool Reconnecting { get; set; }
public string Origin { get; set; }
public int? RatelimitPerSecond { get; set; }
public static int lastId = 0;
public static object lastIdLock = new object();