TA-Lib : Technical Analysis Library

Timeseries.Volume Property

Allows direct access to the variable named "Volume". If such variable does not exist, an exception is thrown.

[Visual Basic]
Public Property ReadOnly Volume As Variable
[C#]
public Variable Volume { get; }
[C++]
public: __property Variable* get_Volume();
[JScript]
public function get Volume() : Variable

See Also

Timeseries Class | TA.Lib Namespace