mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-09 00:47:51 +00:00
8 lines
113 B
C#
8 lines
113 B
C#
namespace MtApi5.Events
|
|
{
|
|
internal enum Mt5EventTypes
|
|
{
|
|
OnTradeTransaction = 1
|
|
}
|
|
}
|