MtApi5: added fleld 'Flags' into MqlTick

This commit is contained in:
Viacheslav Demydiuk
2025-10-05 20:58:24 +03:00
parent c536585cd2
commit 7b5f740a77
6 changed files with 39 additions and 1 deletions
+1
View File
@@ -8,5 +8,6 @@
public double Last { get; set; } // Price of the last deal (Last)
public ulong Volume { get; set; } // Volume for the current Last price
public double VolumeReal { get; set; } // Volume for the current Last price with greater accuracy
public uint Flags { get; set; } // Tick flags
}
}