StrategySubmitOrder(String, OrderAction, OrderType, Double, Double) Method |
Submits an order with the quantity as defined in the Strategy Selector View
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax 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
IOrderSee Also