Strategy_.SellStopLimit (Int16, Instrument, Double, Double, Double, String) Method

public Order SellStopLimit( 
short providerId
Instrument instrument
double qty
double stopPx
double price
string text = "" 
)
This language is not supported or no code example is available.
public:  
Order^ SellStopLimit( 
short providerId
Instrument^ instrument
double qty
double stopPx
double price
String^ text 
)
This language is not supported or no code example is available.
public function SellStopLimit( 
providerId : short
instrument : Instrument
qty : double
stopPx : double
price : double
text : String 
) : Order;
This language is not supported or no code example is available.

Parameters

providerId
short

instrument
Instrument

qty
double

stopPx
double

price
double

text
string

Return Value

Order

In this article

Definition