Click or drag to resize

StrategyBaseEnterShortLimit Method (String, Int32, Double)

Submits a short limit order with specified name and quantity

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(
	string name,
	int quantity,
	double limitPrice
)

Parameters

name
Type: SystemString
Name of the order
quantity
Type: SystemInt32
Order size
limitPrice
Type: SystemDouble
Limit price

Return Value

Type: IOrder
See Also