mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-20 06:13:09 +00:00
Started to work on TerminalInfoString
This commit is contained in:
@@ -185,6 +185,9 @@ namespace MtApi
|
|||||||
iTimeArray = 149,
|
iTimeArray = 149,
|
||||||
|
|
||||||
//
|
//
|
||||||
RefreshRates = 150
|
RefreshRates = 150,
|
||||||
|
//
|
||||||
|
TerminalInfoString = 153,
|
||||||
|
SymbolInfoString = 154
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Executable
+16
@@ -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
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user