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

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

Parameters

providerId
short

instrument
Instrument

qty
double

text
string

Return Value

Order

In this article

Definition