Add SymbolName()

This commit is contained in:
Konstantin Ivanov
2016-09-29 16:30:11 +03:00
parent dc28823ca9
commit 68d5fa98af
3 changed files with 6 additions and 0 deletions
+6
View File
@@ -658,6 +658,12 @@ namespace MtApi
var commandParameters = new ArrayList { selected };
return SendCommand<int>(MtCommandType.SymbolsTotal, commandParameters);
}
public string SymbolName(int pos, bool selected)
{
var commandParameters = new ArrayList { pos, selected };
return SendCommand<string>(MtCommandType.SymbolName, commandParameters);
}
#endregion
#region Common Function
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.