mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 02:57:56 +00:00
7 lines
136 B
C#
Executable File
7 lines
136 B
C#
Executable File
namespace MtApi5.MtProtocol
|
|
{
|
|
internal class OnLockTicksEvent
|
|
{
|
|
public string? Instrument { get; set; }
|
|
}
|
|
} |