mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 02:57:56 +00:00
10 lines
287 B
C#
Executable File
10 lines
287 B
C#
Executable File
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; }
|
|
}
|
|
} |