StrategySetTarget(Double) Method | 
            Submits a limit order. If a limit order with the same entry order name exits then changes that order if the price differs
            
            This method will be ignored if called when the strategy is in Initialized state
            
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxprotected IOrder[] SetTarget(
	double targetPrice
)
Parameters
- targetPrice  Double
 - Limit price
 
Return Value
IOrder
See Also