mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-03 22:17:47 +00:00
7 lines
150 B
C#
7 lines
150 B
C#
|
|
namespace MtApi.Responses
|
||
|
|
{
|
||
|
|
internal class SymbolInfoDoubleResponse: ResponseBase
|
||
|
|
{
|
||
|
|
public double Value { get; set; }
|
||
|
|
}
|
||
|
|
}
|