Files

7 lines
127 B
C#
Raw Permalink Normal View History

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