mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-26 09:08:20 +00:00
Issue #122: Added event OnLockTicksEvent (MT5)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MtApi5.Events
|
||||
{
|
||||
internal class OnLockTicksEvent
|
||||
{
|
||||
public string Instrument { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user