FXStrategy.BuyStopLimit (Int16, Instrument, Double, Double, Double, String) Method
NOTE: This member is now obsolete. Method cannot be used for FXStrategy
[Obsolete("Method cannot be used for FXStrategy ", true)]
[EditorBrowsable(EditorBrowsableState.Never)]
new public Order BuyStopLimit(
short providerId,
Instrument instrument,
double qty,
double stopPx,
double price,
string text = ""
)
This language is not supported or no code example is available.
[Obsolete("Method cannot be used for FXStrategy ", true)]
[EditorBrowsable(EditorBrowsableState.Never)]
public:
Order^ BuyStopLimit(
short providerId,
Instrument^ instrument,
double qty,
double stopPx,
double price,
String^ text
)
This language is not supported or no code example is available.
public
Obsolete("Method cannot be used for FXStrategy ", true)
EditorBrowsable(EditorBrowsableState.Never)
hide function BuyStopLimit(
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