Click or drag to resize

StrategyBaseSubmitOrder Method (String, OrderAction, OrderType, Double, Double)

Submits an order with the quantity as defined in the Strategy Selector View

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public IOrder SubmitOrder(
	string name,
	OrderAction orderAction,
	OrderType orderType,
	double limitPrice,
	double stopPrice
)

Parameters

name
Type: SystemString
Name of the order
orderAction
Type: SharpCharts.Base.OrderOrderAction
Order action
orderType
Type: SharpCharts.Base.OrderOrderType
Order type
limitPrice
Type: SystemDouble
Limit price
stopPrice
Type: SystemDouble
Stop price

Return Value

Type: IOrder
See Also