Gets whether or not this service support tick level data.

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

Syntax

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

Remarks

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

See Also