mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-31 04:27:47 +00:00
9 lines
207 B
C#
9 lines
207 B
C#
namespace MtApi5.Requests
|
|
{
|
|
internal class ChartTimePriceToXyResult
|
|
{
|
|
public bool RetVal { get; set; }
|
|
public int X { get; set; }
|
|
public int Y { get; set; }
|
|
}
|
|
} |