Click or drag to resize

StrategyEnterShort(Int32) Method

Enters a short position with the specifed quantity. The entry name is set to the default 'Strategy Entry' Market order is submitted. If Connection does not supports market order then a limit order is submitted.

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public IOrder EnterShort(
	int quantity
)

Parameters

quantity  Int32
Order size

Return Value

IOrder
See Also