mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-13 10:48:08 +00:00
Issue #32: Added function ChartId
This commit is contained in:
@@ -1710,6 +1710,20 @@ namespace MtApi
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Chart Operations
|
||||
|
||||
///<summary>
|
||||
///Returns the ID of the current chart.
|
||||
///</summary>
|
||||
///<returns>
|
||||
/// Value of long type.
|
||||
///</returns>
|
||||
public long ChartId()
|
||||
{
|
||||
return SendCommand<long>(MtCommandType.ChartId, null);
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Private Methods
|
||||
private MtClient Client
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user