mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-17 12:48:11 +00:00
MtApi5: added fleld 'Flags' into MqlTick
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user