Strategy_.Buy (Int16, Instrument, OrderType, Double, Double, Double, String) Method

public Order Buy( 
short providerId
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^ Buy( 
short providerId
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 Buy( 
providerId : short
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

providerId
short

instrument
Instrument

type
OrderType

qty
double

price
double

stopPx
double

text
string

Return Value

Order

In this article

Definition