StrategyBaseIsSubmitOnFilled Property |
Gets or sets if stop and/or target orders are submitted when entry order is completely filled. This property can be set only when the strategy is in Initialize state.
Namespace: SharpCharts.Base.SharpScriptAssembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax public bool IsSubmitOnFilled { get; set; }
Property Value
Type:
BooleanSee Also