StrategyEnterShortLimit(Int32, Int32, Double) Method | 
            Submits a short limit order for the specified bars index and specified quantity
            
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic IOrder EnterShortLimit(
	int barsIndex,
	int quantity,
	double limitPrice
)
Parameters
- barsIndex  Int32
 - Bars index
 - quantity  Int32
 - Order size
 - limitPrice  Double
 - Limit price
 
Return Value
IOrder
See Also