mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 02:57:56 +00:00
7 lines
146 B
C#
7 lines
146 B
C#
namespace MtApi.Events
|
|
{
|
|
internal class OnLockTicksEvent
|
|
{
|
|
public string Instrument { get; set; } = string.Empty;
|
|
}
|
|
} |