mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-04 06:27:45 +00:00
9 lines
225 B
C#
9 lines
225 B
C#
namespace MtApi5.Events
|
|
{
|
|
public class OnLastTimeBarEvent
|
|
{
|
|
public MqlRates? Rates { get; set; }
|
|
public string? Instrument { get; set; }
|
|
public int ExpertHandle { get; set; }
|
|
}
|
|
} |