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