mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-31 12:37:47 +00:00
9 lines
216 B
C#
9 lines
216 B
C#
namespace MtApi5.Events
|
|
{
|
|
internal class OnTickEvent
|
|
{
|
|
public MqlTick Tick { get; set; }
|
|
public string Instrument { get; set; }
|
|
public int ExpertHandle { get; set; }
|
|
}
|
|
} |