namespace MtApi5.MtProtocol
{
namespace ICustomRequest
public enum ParametersType
Int = 0,
Double = 1,
String = 2,
Boolean = 3
}