mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-14 03:08:07 +00:00
Add SymbolName()
This commit is contained in:
@@ -658,6 +658,12 @@ namespace MtApi
|
|||||||
var commandParameters = new ArrayList { selected };
|
var commandParameters = new ArrayList { selected };
|
||||||
return SendCommand<int>(MtCommandType.SymbolsTotal, commandParameters);
|
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
|
#endregion
|
||||||
|
|
||||||
#region Common Function
|
#region Common Function
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user