StrategyEnterShort(Int32, String, Int32) Method | 
            Enters a short position for the specified bars index and specified name and quantity
            Market order is submitted. If Connection does not supports market order then a limit order is submitted.
            
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic IOrder EnterShort(
	int barsIndex,
	string name,
	int quantity
)
Parameters
- barsIndex  Int32
 - Bars index
 - name  String
 - Name of the order
 - quantity  Int32
 - Order size
 
Return Value
IOrder
See Also