Gets bar type (Time, Tick, Volume)


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Type As BarType
C#
public BarType Type { get; }
C++
public property BarType Type sealed  {
    BarType get();
}
J#
/** property */
public BarType get_Type();
JScript
public function get Type() : BarType

See Also