Commands to handle with Terminal:

- TerminalInfoDoublePropertyId
- TerminalInfoIntegerPropertyId
- TerminalInfoStringPropertyId
This commit is contained in:
Janderson
2018-03-12 22:37:06 -03:00
parent 02774d7328
commit 8eb4bcfabe
4 changed files with 152 additions and 10 deletions
+3 -3
View File
@@ -2108,7 +2108,7 @@ namespace MtApi5
#region Commands of Terminal
///<summary>
///Returns the value of a corresponding property of the mql4 program environment.
///Returns the value of a corresponding property of the mql5 program environment.
///</summary>
///<param name="propertyId">Identifier of a property. Can be one of the values of the ENUM_TERMINAL_INFO_STRING enumeration.</param>
///<returns>
@@ -2121,7 +2121,7 @@ namespace MtApi5
}
///<summary>
///Returns the value of a corresponding property of the mql4 program environment.
///Returns the value of a corresponding property of the mql5 program environment.
///</summary>
///<param name="propertyId">Identifier of a property. Can be one of the values of the ENUM_TERMINAL_INFO_INTEGER enumeration.</param>
///<returns>
@@ -2134,7 +2134,7 @@ namespace MtApi5
}
///<summary>
///Returns the value of a corresponding property of the mql4 program environment.
///Returns the value of a corresponding property of the mql5 program environment.
///</summary>
///<param name="propertyId">Identifier of a property. Can be one of the values of the ENUM_TERMINAL_INFO_DOUBLE enumeration.</param>
///<returns>