diff --git a/MtApi5/MtApi5Client.cs b/MtApi5/MtApi5Client.cs index c49ac754..e76eeb20 100755 --- a/MtApi5/MtApi5Client.cs +++ b/MtApi5/MtApi5Client.cs @@ -2108,7 +2108,7 @@ namespace MtApi5 #region Commands of Terminal /// - ///Returns the value of a corresponding property of the mql4 program environment. + ///Returns the value of a corresponding property of the mql5 program environment. /// ///Identifier of a property. Can be one of the values of the ENUM_TERMINAL_INFO_STRING enumeration. /// @@ -2121,7 +2121,7 @@ namespace MtApi5 } /// - ///Returns the value of a corresponding property of the mql4 program environment. + ///Returns the value of a corresponding property of the mql5 program environment. /// ///Identifier of a property. Can be one of the values of the ENUM_TERMINAL_INFO_INTEGER enumeration. /// @@ -2134,7 +2134,7 @@ namespace MtApi5 } /// - ///Returns the value of a corresponding property of the mql4 program environment. + ///Returns the value of a corresponding property of the mql5 program environment. /// ///Identifier of a property. Can be one of the values of the ENUM_TERMINAL_INFO_DOUBLE enumeration. /// diff --git a/TestClients/MtApi5TestClient/MainWindow.xaml b/TestClients/MtApi5TestClient/MainWindow.xaml index 8420e45c..e390ddf7 100755 --- a/TestClients/MtApi5TestClient/MainWindow.xaml +++ b/TestClients/MtApi5TestClient/MainWindow.xaml @@ -78,6 +78,28 @@ + + + + + + + + + + + + + + + + + + + @@ -297,6 +319,47 @@ + + + + + + + + + + + + + + + + + + + +