StrategyBaseEnterLongLimit Method (String, Int32, Double) |
Submits a long limit order
Namespace: SharpCharts.Base.SharpScriptAssembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax public IOrder EnterLongLimit(
string name,
int quantity,
double limitPrice
)
Parameters
- name
- Type: SystemString
Name of the order - quantity
- Type: SystemInt32
Order size - limitPrice
- Type: SystemDouble
Limit price
Return Value
Type:
IOrderSee Also