StrategyChangeOrder Method |
Change an order
Will be ignore if order is not user managed
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public void ChangeOrder(
IOrder order,
int quantity,
double limitPrice,
double stopPrice
)
Parameters
- order IOrder
- Order which will be changed
- quantity Int32
-
- limitPrice Double
- Limit price
- stopPrice Double
- Stop price
See Also