mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-17 20:58:11 +00:00
Refactored MtApi4 (MT4) for working with new architecture
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
namespace MtApi.MtProtocol
|
||||
{
|
||||
namespace ICustomRequest
|
||||
{
|
||||
public enum ParametersType
|
||||
{
|
||||
Int = 0,
|
||||
Double = 1,
|
||||
String = 2,
|
||||
Boolean = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user