Click or drag to resize

StrategyTraceOrders Property

Prints the order messages in the Output View when set to true

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.7.0
Syntax
C#
protected bool TraceOrders { get; set; }

Property Value

Boolean
Example
protected override void OnStateChange() { switch (base.State) { case SharpCharts.Base.SharpScript.State.Finalize: break; case SharpCharts.Base.SharpScript.State.Initialize: this.TraceOrders = true; break; case SharpCharts.Base.SharpScript.State.StartUp: break; default: break; } }
See Also