Gets the last bar of this series


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

Syntax

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

See Also