Files

8 lines
180 B
C#
Raw Permalink Normal View History

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