Strategy_.BuyOrder Method

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