| StrategyEnterLongLimit(String, Int32, Double) Method | 
            Submits a long limit order with the specified name and quantity
            
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
 Syntax
Syntaxpublic IOrder EnterLongLimit(
	string name,
	int quantity,
	double limitPrice
)
Parameters
- name  String
- Name of the order
- quantity  Int32
- Order size
- limitPrice  Double
- Limit price
Return Value
IOrder See Also
See Also