mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-29 03:27:48 +00:00
9 lines
146 B
C#
9 lines
146 B
C#
namespace MtApi5.Events
|
|
{
|
|
internal enum Mt5EventTypes
|
|
{
|
|
OnTradeTransaction = 1,
|
|
OnBookEvent = 2
|
|
}
|
|
}
|