Indicates if the system is running in live mode.

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

Syntax

C#
public bool LiveMode { get; internal set; }
Visual Basic (Declaration)
Public Property LiveMode As Boolean
Visual C++
public:
property bool LiveMode {
	bool get ();
	void set (bool value);
}

Remarks

This flag is set to true when a system is executing in a live state. It is set to false when the system is in simulation (backtesting) mode.

See Also