MarketTradeHistoryHistoryItemVolume Property
Returns the volume that traded at this price at that time.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public int Volume { get; }
Public ReadOnly Property Volume As Integer
Get
Property Value
Int32
This is different to the TradeVolume information as this is the trade volume
just for that time period when this price traded (before and after a differnt
price trading), whereas the TradeVolume information is the total traded at
this price for the whole day.