Gets volume of the bar


Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Volume As Long
C#
public long Volume { get; }
C++
public property long Volume sealed  {
    __int64 get();
}
J#
/** property */
public long get_Volume();
JScript
public function get Volume() : long

See Also