MarketTradeHistoryHistoryItemVolume Property

Returns the volume that traded at this price at that time.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public int Volume { get; }

Property Value

Int32

Remarks

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.

See Also