StrategySubmitOrder(String, OrderAction, OrderType, Int32, Double, Double) Method | 
            Submit an order
            
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic IOrder SubmitOrder(
	string name,
	OrderAction orderAction,
	OrderType orderType,
	int quantity,
	double limitPrice,
	double stopPrice
)
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
 
Return Value
IOrder
See Also