2018-03-01 11:20:12 +02:00
|
|
|
namespace MtApi5.Events
|
|
|
|
|
{
|
|
|
|
|
internal enum Mt5EventTypes
|
|
|
|
|
{
|
2018-03-02 11:43:03 +02:00
|
|
|
OnTradeTransaction = 1,
|
2018-05-08 14:53:31 +03:00
|
|
|
OnBookEvent = 2,
|
2018-06-05 19:19:35 +03:00
|
|
|
OnTick = 3,
|
2018-06-06 12:46:24 +03:00
|
|
|
OnLastTimeBar = 4,
|
|
|
|
|
OnLockTicks = 5
|
2018-03-01 11:20:12 +02:00
|
|
|
}
|
|
|
|
|
}
|