Click or drag to resize

StrategyEnterLongLimit(Int32, Double) Method

Submits a long limit order with the specified quantity and limit price.

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

Parameters

quantity  Int32
Order size
limitPrice  Double
Limit price

Return Value

IOrder
See Also