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

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public int Volume { get; }
Visual Basic (Declaration)
Public ReadOnly Property Volume As Integer
Visual C++
public:
property int Volume {
	int get ();
}

Field Value

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