Click or drag to resize

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

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

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public IOrder SubmitOrder(
	string name,
	OrderAction orderAction,
	OrderType orderType,
	double limitPrice,
	double stopPrice
)

Parameters

name  String
Name of the order
orderAction  OrderAction
Order action
orderType  OrderType
Order type
limitPrice  Double
Limit price
stopPrice  Double
Stop price

Return Value

IOrder
See Also