Click or drag to resize

StrategyBaseEnterShortLimit 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: SystemInt32
Order size
limitPrice
Type: SystemDouble
Limit price

Return Value

Type: IOrder
See Also