Issue #32: Added function ChartId

This commit is contained in:
vdemydiuk
2016-11-28 16:03:40 +02:00
parent e333164552
commit 5abfeebc90
6 changed files with 69 additions and 24 deletions
+3 -7
View File
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MtApi
namespace MtApi
{
enum MtCommandType
{
@@ -201,6 +196,7 @@ namespace MtApi
SymbolsTotal = 200,
SymbolName = 201,
SymbolSelect = 202,
SymbolInfoInteger = 203
SymbolInfoInteger = 203,
ChartId = 206
}
}