mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 19:17:48 +00:00
12 lines
245 B
C#
12 lines
245 B
C#
namespace MtApi5.Events
|
|
{
|
|
internal enum Mt5EventTypes
|
|
{
|
|
OnTradeTransaction = 1,
|
|
OnBookEvent = 2,
|
|
OnTick = 3,
|
|
OnLastTimeBar = 4,
|
|
OnLockTicks = 5
|
|
}
|
|
}
|