Strategy_.SellOrder Method

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