Click or drag to resize

StrategyEnterLongLimit(String, Double) Method

Submits a long limit order with a specified name. Order quantity will be as specified by the strategy

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

Parameters

name  String
Name of the order
limitPrice  Double
Limit price

Return Value

IOrder
See Also