StrategyCanUserModifyOrders Property |
Gets or sets if the order as submitted by the strategy can be further changed/cancelled by user manually (from Chart or DOM etc).
The property should be set when the strategy is in Initialize state.
Note : The Orders will always be available in the Main View
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public bool CanUserModifyOrders { get; protected set; }
Property Value
BooleanSee Also