mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-29 11:37:48 +00:00
9 lines
228 B
C#
Executable File
9 lines
228 B
C#
Executable File
namespace MtApi.Requests
|
|
{
|
|
internal class SymbolInfoTickRequest: RequestBase
|
|
{
|
|
public override RequestType RequestType => RequestType.SymbolInfoTick;
|
|
|
|
public string Symbol { get; set; }
|
|
}
|
|
} |