StrategyEnterShortLimit(Double) Method | 
            Submits a short limit order. The entry name is set to the default 'Strategy Entry'. Order quantity will be as specified by the strategy
            
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic IOrder EnterShortLimit(
	double limitPrice
)
Parameters
- limitPrice  Double
 - Limit price
 
Return Value
IOrder
See Also