namespace MtApi5.MtProtocol { internal class OnLastTimeBarEvent { public MqlRates? Rates { get; set; } public string? Instrument { get; set; } public ENUM_TIMEFRAMES Timeframe { get; set; } public int ExpertHandle { get; set; } } }