Checks if this bar is complete


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

Syntax

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

See Also