mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-03 05:57:46 +00:00
7 lines
131 B
C#
7 lines
131 B
C#
|
|
namespace MtApi5.Events
|
||
|
|
{
|
||
|
|
internal class OnLockTicksEvent
|
||
|
|
{
|
||
|
|
public string Instrument { get; set; }
|
||
|
|
}
|
||
|
|
}
|