mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-15 11:48:09 +00:00
MtApi5: Moving some functions to new core
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
namespace MtApi5.MtProtocol
|
||||
{
|
||||
internal enum Mt5EventTypes
|
||||
{
|
||||
OnTradeTransaction = 1,
|
||||
OnBookEvent = 2,
|
||||
OnTick = 3,
|
||||
OnLastTimeBar = 4,
|
||||
OnLockTicks = 5
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user