Gets whether or not this service supports bar level data.

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

Syntax

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

Remarks

If bar level data is available, this indicates that this service supports retrieving historical data.

See Also