Gets whether or not real time data is available.

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

Syntax

C#
bool RealTimeDataAvailable { get; }
Visual Basic (Declaration)
ReadOnly Property RealTimeDataAvailable As Boolean
Visual C++
property bool RealTimeDataAvailable {
	bool get ();
}

See Also