namespace MtApi.Events { internal class OnLockTicksEvent { public string Instrument { get; set; } = string.Empty; } }