mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 11:07:48 +00:00
9 lines
231 B
C#
Executable File
9 lines
231 B
C#
Executable File
namespace MtApi5.MtProtocol
|
|
{
|
|
internal class OnLastTimeBarEvent
|
|
{
|
|
public MqlRates? Rates { get; set; }
|
|
public string? Instrument { get; set; }
|
|
public int ExpertHandle { get; set; }
|
|
}
|
|
} |