Issue #21: Added function Print to MtApi (MT5)

This commit is contained in:
vdemydiuk
2016-10-21 17:52:54 +03:00
parent 094cdcc448
commit 05452e3b90
6 changed files with 78 additions and 12 deletions
+3 -1
View File
@@ -108,6 +108,8 @@ namespace MtApi5
//Backtesting
BacktestingReady = 66,
IsTesting = 67
IsTesting = 67,
Print = 68
}
}