Started to work on TerminalInfoString

This commit is contained in:
vdemydiuk
2016-01-07 11:40:05 +02:00
parent 34946572bf
commit eceb71fd40
2 changed files with 20 additions and 1 deletions
+4 -1
View File
@@ -185,6 +185,9 @@ namespace MtApi
iTimeArray = 149,
//
RefreshRates = 150
RefreshRates = 150,
//
TerminalInfoString = 153,
SymbolInfoString = 154
}
}
+16
View File
@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MtApi
{
class MtTypes
{
}
public enum ENUM_TERMINAL_INFO_STRING
{
}
}