mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-29 03:27:48 +00:00
7 lines
148 B
C#
Executable File
7 lines
148 B
C#
Executable File
namespace MtApi.Responses
|
|
{
|
|
internal class SymbolInfoTickResponse: ResponseBase
|
|
{
|
|
public MqlTick Tick { get; set; }
|
|
}
|
|
} |