namespace MtApi5.Requests { internal class SymbolInfoStringResult { public bool RetVal { get; set; } public string StringVar { get; set; } } }