Stop(Strategy, Position, Double, StopType, StopMode) Constructor

Initializes a new instance of the Stop class.
public Stop( 
Strategy strategy
Position position
double level
StopType type
StopMode mode 
)
This language is not supported or no code example is available.
public:  
Stop( 
Strategy^ strategy
Position^ position
double level
StopType type
StopMode mode 
)
This language is not supported or no code example is available.
public function Stop( 
strategy : Strategy
position : Position
level : double
type : StopType
mode : StopMode 
);
This language is not supported or no code example is available.

Parameters

strategy
Strategy

The strategy.

position
Position

The position.

level
double

The level.

type
StopType

The type.

mode
StopMode

The mode.

In this article

Definition