Issue #110: Implemented function for working with global variables (MT5)

This commit is contained in:
vdemydiuk
2018-06-04 13:53:55 +03:00
parent f71151104b
commit ca3c0e735f
6 changed files with 507 additions and 1 deletions
+14 -1
View File
@@ -235,6 +235,19 @@ namespace MtApi5
Print = 68,
ResetLastError = 143,
SendNotification = 144, //TODO
SendMail = 145 //TODO
SendMail = 145, //TODO
//Global Variables
GlobalVariableCheck = 146,
GlobalVariableTime = 147,
GlobalVariableDel = 148,
GlobalVariableGet = 149,
GlobalVariableName = 150,
GlobalVariableSet = 151,
GlobalVariablesFlush = 152,
GlobalVariableTemp = 154,
GlobalVariableSetOnCondition = 156,
GlobalVariablesDeleteAll = 157,
GlobalVariablesTotal = 158
}
}