mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-18 13:18:12 +00:00
Refactored MtApi4 (MT4) for working with new architecture
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
namespace MtApi.MtProtocol
|
||||
{
|
||||
internal class Response<T>
|
||||
{
|
||||
public int ErrorCode { get; set; }
|
||||
public string? ErrorMessage { get; set; }
|
||||
|
||||
public T? Value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user