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

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

Parameters

instrument
Instrument

type
OrderType

qty
double

price
double

stopPx
double

text
string

Return Value

Order

In this article

Definition