mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-29 11:37:48 +00:00
7 lines
131 B
C#
7 lines
131 B
C#
namespace MtApi5.Events
|
|
{
|
|
internal class OnLockTicksEvent
|
|
{
|
|
public string Instrument { get; set; }
|
|
}
|
|
} |