mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-17 04:38:10 +00:00
MtApi5: Moving some functions to new core
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
namespace MtApi5.MtProtocol
|
||||
{
|
||||
internal class OnLastTimeBarEvent
|
||||
{
|
||||
public MqlRates? Rates { get; set; }
|
||||
public string? Instrument { get; set; }
|
||||
public int ExpertHandle { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user