2018-05-08 14:53:31 +03:00
|
|
|
namespace MtApi5.Events
|
|
|
|
|
{
|
|
|
|
|
internal class OnTickEvent
|
|
|
|
|
{
|
2024-01-07 23:19:19 +02:00
|
|
|
public MqlTick? Tick { get; set; }
|
|
|
|
|
public string? Instrument { get; set; }
|
2018-05-08 14:53:31 +03:00
|
|
|
public int ExpertHandle { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|