Added function SymbolInfoInteger into MtApi (MT4). Added function sendLongResponse into library MTConnector

This commit is contained in:
DW
2016-11-01 12:49:39 +02:00
parent 834b0af430
commit 09b72fc64d
8 changed files with 268 additions and 183 deletions
+2 -1
View File
@@ -200,6 +200,7 @@ namespace MtApi
//Symbols
SymbolsTotal = 200,
SymbolName = 201,
SymbolSelect = 202
SymbolSelect = 202,
SymbolInfoInteger = 203
}
}