StrategyBaseEnterShortLimit Method (String, Double) |
Submits a short limit order
Namespace: SharpCharts.Base.SharpScriptAssembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax public IOrder EnterShortLimit(
string name,
double limitPrice
)
Parameters
- name
- Type: SystemString
Name of the order - limitPrice
- Type: SystemDouble
Limit price
Return Value
Type:
IOrderSee Also