Issue #31: Implemented function SymbolInfoTick in MtApi MT4

This commit is contained in:
vdemydiuk
2016-11-14 16:31:01 +02:00
parent 32f6018858
commit 563a5a895b
12 changed files with 168 additions and 102 deletions
+2 -1
View File
@@ -14,6 +14,7 @@
CopyRates = 9,
Session = 10,
SeriesInfoInteger = 11,
SymbolInfoDouble = 12
SymbolInfoDouble = 12,
SymbolInfoTick = 13
}
}