Files

7 lines
136 B
C#
Raw Permalink Normal View History

2024-01-14 21:57:07 +02:00
namespace MtApi5.MtProtocol
{
internal class OnLockTicksEvent
{
public string? Instrument { get; set; }
}
}