namespace MtApi.Events { public enum MtEventTypes { LastTimeBar = 1, ChartEvent = 2, OnLockTicks = 3 } }