mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-30 12:07:51 +00:00
8 lines
180 B
C#
8 lines
180 B
C#
|
|
namespace MtApi5.Requests
|
||
|
|
{
|
||
|
|
internal class SymbolInfoStringResult
|
||
|
|
{
|
||
|
|
public bool RetVal { get; set; }
|
||
|
|
public string StringVar { get; set; }
|
||
|
|
}
|
||
|
|
}
|