FXStrategy.BuyOrder 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 BuyOrder( 
Instrument instrument
double qty
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^ BuyOrder( 
Instrument^ instrument
double qty
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 BuyOrder( 
instrument : Instrument
qty : double
text : String 
) : Order;
This language is not supported or no code example is available.

Parameters

instrument
Instrument

qty
double

text
string

Return Value

Order

In this article

Definition