namespace MtApi5.Events { internal enum Mt5EventTypes { OnTradeTransaction = 1, OnBookEvent = 2, OnTick = 3 } }