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

Added AutoTimestamp option for socket client, fixed socket client timestamp offset bug

This commit is contained in:
JKorf
2026-02-05 21:54:16 +01:00
parent 74e5cf6fc9
commit 40d480e1fc
8 changed files with 31 additions and 15 deletions
+4 -1
View File
@@ -13,7 +13,10 @@ namespace CryptoExchange.Net.Clients
/// </summary>
public abstract class BaseApiClient : IDisposable, IBaseApiClient
{
private string? _clientName;
/// <summary>
/// Client name
/// </summary>
protected string? _clientName;
/// <summary>
/// Logger