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

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

Parameters

providerId
short

instrument
Instrument

qty
double

stopPx
double

text
string

Return Value

Order

In this article

Definition