OpenQuant Automated Trading Strategy Development Platform
Stop.Type Property
See Also
Example
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++
Language Filter: J#
Language Filter: JScript
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++
J#
JScript
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
Stop Class
OpenQuant.API Namespace