Strategy_.BuyLimit (IExecutionProvider, Instrument, Double, Double, String) Method

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

Parameters

provider
IExecutionProvider

instrument
Instrument

qty
double

price
double

text
string

Return Value

Order

In this article

Definition