Gets the first bar of this series


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

Syntax

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

See Also