mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-27 18:47:55 +00:00
9 lines
223 B
C#
9 lines
223 B
C#
namespace MtApi5.Events
|
|
{
|
|
public class OnLastTimeBarEvent
|
|
{
|
|
public MqlRates Rates { get; set; }
|
|
public string Instrument { get; set; }
|
|
public int ExpertHandle { get; set; }
|
|
}
|
|
} |