Click or drag to resize

StrategyEnterShort(String) Method

Enters a short position. Order quantity will be as specified by the strategy 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(
	string name
)

Parameters

name  String
Name of the order

Return Value

IOrder
See Also