mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-26 09:08:20 +00:00
Added project Mt5Api to VS_2022 solution and disable some code for compilable
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
{
|
||||
internal class OnTickEvent
|
||||
{
|
||||
public MqlTick Tick { get; set; }
|
||||
public string Instrument { get; set; }
|
||||
public MqlTick? Tick { get; set; }
|
||||
public string? Instrument { get; set; }
|
||||
public int ExpertHandle { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user