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

Fixed warnings

This commit is contained in:
Jkorf
2021-09-29 14:03:57 +02:00
parent aa07029c21
commit bea752e02f
4 changed files with 174 additions and 2 deletions
@@ -36,6 +36,8 @@ namespace CryptoExchange.Net.UnitTests.TestImplementations
public string Origin { get; set; }
public int? RatelimitPerSecond { get; set; }
public double IncomingKbps => throw new NotImplementedException();
public static int lastId = 0;
public static object lastIdLock = new object();