FXStrategy.Buy (IExecutionProvider, Instrument, OrderType, Double, Double, Double, String) Method
NOTE: This member is now obsolete. Method cannot be used for FXStrategy
[Obsolete("Method cannot be used for FXStrategy ", true)]
[EditorBrowsable(EditorBrowsableState.Never)]
new public Order Buy(
IExecutionProvider provider,
Instrument instrument,
OrderType type,
double qty,
double price,
double stopPx,
string text = ""
)
This language is not supported or no code example is available.
[Obsolete("Method cannot be used for FXStrategy ", true)]
[EditorBrowsable(EditorBrowsableState.Never)]
public:
Order^ Buy(
IExecutionProvider^ provider,
Instrument^ instrument,
OrderType type,
double qty,
double price,
double stopPx,
String^ text
)
This language is not supported or no code example is available.
public
Obsolete("Method cannot be used for FXStrategy ", true)
EditorBrowsable(EditorBrowsableState.Never)
hide function Buy(
provider : IExecutionProvider,
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
- provider
- IExecutionProvider
- instrument
- Instrument
- type
- OrderType
- qty
- double
- price
- double
- stopPx
- double
- text
- string