Files
2024-01-14 21:57:07 +02:00

7 lines
127 B
C#
Executable File

namespace MtApi5.MtProtocol
{
internal class OnBookEvent
{
public string? Symbol { get; set; }
}
}