A stop


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

Syntax

Visual Basic (Declaration)
Public Class Stop
C#
public class Stop
C++
ref class Stop
J#
public class Stop
JScript
public class Stop

Remarks

OnStopExecuted event handler will be called in the strategy when Stop is triggered. You can override this method to close opened position or take other actions.

Inheritance Hierarchy

System.Object
   OpenQuant.API.Stop

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also