mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-19 13:48:11 +00:00
MtApi5: Moving some functions to new core
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
namespace MtApi5.MtProtocol
|
||||
{
|
||||
internal class MtQuote
|
||||
{
|
||||
public MtTick? Tick { get; set; }
|
||||
public string? Instrument { get; set; }
|
||||
public int ExpertHandle { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user