OrderWorkingVolume Property
The current working volume of the order.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public int WorkingVolume { get; }
Public ReadOnly Property WorkingVolume As Integer
Get
Property Value
Int32
This is the number of lots that are currently working, i.e. the CurrentVolume
minus the TotalFillVolume. This should never be negative, even if the order was
'over filled' during a downward volume revision.