The thread on which the system is running. This can change when the system goes from processing the lead bars to live trading.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public Thread SystemThread { get; internal set; }
Visual Basic (Declaration)
Public Property SystemThread As Thread
Visual C++
public:
property Thread^ SystemThread {
	Thread^ get ();
	void set (Thread^ value);
}

See Also