Added stub for logging in MtApi5. Implemented function SendCommand. Get quotes after connection

This commit is contained in:
Viacheslav Demydiuk
2024-01-11 22:54:56 +02:00
parent af5dd93056
commit cd7648b320
9 changed files with 266 additions and 232 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
public int ErrorCode { get; set; }
public string? ErrorMessage { get; set; }
public required T Value { get; set; }
public T? Value { get; set; }
}
}