Strategy_.Order Method

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

Parameters

instrument
Instrument

type
OrderType

side
OrderSide

qty
double

stopPx
double

price
double

text
string

Return Value

Order

In this article

Definition