Checks if there is an open position for strategy instrument


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

Syntax

Visual Basic (Declaration)
<BrowsableAttribute(False)>
Public ReadOnly Property HasPosition As Boolean
C#
[BrowsableAttribute(False)]
public bool HasPosition { get; }
C++
[BrowsableAttribute(False)]
public property bool HasPosition sealed  {
    bool get();
}
J#
/** @attribute BrowsableAttribute(False) */
/** property */
public bool get_HasPosition();
JScript
public function get HasPosition() : bool

See Also