Gets stop stop type


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

Syntax

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

See Also