mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-21 14:48:25 +00:00
Refactored MtApi4 (MT4) for working with new architecture
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
namespace MtApi.MtProtocol
|
||||
{
|
||||
internal class MtRpcQuote
|
||||
{
|
||||
public MtTick? Tick { get; set; }
|
||||
public string? Instrument { get; set; }
|
||||
public int ExpertHandle { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user