Click or drag to resize

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

Submit an order

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,
	int quantity,
	double limitPrice,
	double stopPrice,
	string ocoString
)

Parameters

name  String
Name of the order
orderAction  OrderAction
Order action
orderType  OrderType
Order Type
quantity  Int32
Quantity
limitPrice  Double
Limit price
stopPrice  Double
Stop Price
ocoString  String
Oco string

Return Value

IOrder
See Also