Strategy.Buy (IExecutionProvider, Instrument, Double, String) Method
public Order Buy(
IExecutionProvider provider,
Instrument instrument,
double qty,
string text = ""
)
This language is not supported or no code example is available.
public:
Order^ Buy(
IExecutionProvider^ provider,
Instrument^ instrument,
double qty,
String^ text
)
This language is not supported or no code example is available.
public function Buy(
provider : IExecutionProvider,
instrument : Instrument,
qty : double,
text : String
) : Order;
This language is not supported or no code example is available.
Parameters
- provider
- IExecutionProvider
- instrument
- Instrument
- qty
- double
- text
- string