Click or drag to resize

StrategyBase.EnterShortLimit Method (Int32, Double)

Submits a short limit order with the specified quantity and limit price

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public IOrder EnterShortLimit(
	int quantity,
	double limitPrice
)

Parameters

quantity
Type: System.Int32
Order size
limitPrice
Type: System.Double
Limit price

Return Value

Type: IOrder
See Also