Issue #122: Implemented UnlockTicks function in MtApi (MT5)

This commit is contained in:
vdemydiuk
2018-06-05 19:19:35 +03:00
parent 0f717f1cb7
commit 1a5882b75a
14 changed files with 252 additions and 30 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
{
OnTradeTransaction = 1,
OnBookEvent = 2,
OnTick = 3
OnTick = 3,
OnLastTimeBar = 4
}
}