2024-01-14 21:57:07 +02:00
|
|
|
namespace MtApi5.MtProtocol
|
2018-05-08 14:53:31 +03:00
|
|
|
{
|
2024-01-14 21:57:07 +02:00
|
|
|
internal class MtQuote
|
2018-05-08 14:53:31 +03:00
|
|
|
{
|
2024-01-14 21:57:07 +02:00
|
|
|
public MtTick? Tick { get; set; }
|
2024-01-07 23:19:19 +02:00
|
|
|
public string? Instrument { get; set; }
|
2018-05-08 14:53:31 +03:00
|
|
|
public int ExpertHandle { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|