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