StrategySubmitOrder(String, OrderAction, OrderType, Int32, Double, Double, String) Method |
Submit an order
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,
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
IOrderSee Also