2024-01-07 23:19:19 +02:00
|
|
|
namespace MtApi5.Requests
|
2019-03-18 17:31:54 +02:00
|
|
|
{
|
|
|
|
|
internal class SymbolInfoTickRequest : RequestBase
|
|
|
|
|
{
|
|
|
|
|
public override RequestType RequestType => RequestType.SymbolInfoTick;
|
|
|
|
|
|
2024-01-07 23:19:19 +02:00
|
|
|
public string? SymbolName { get; set; }
|
2019-03-18 17:31:54 +02:00
|
|
|
}
|
|
|
|
|
}
|