Gets last bar for strategy instrument


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

Syntax

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

See Also