Time Frequency frequency plugin.

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

Syntax

C#
[SerializableAttribute]
public sealed class TimeFrequency : FrequencyPlugin, 
	IXmlSerializable
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class TimeFrequency _
	Inherits FrequencyPlugin _
	Implements IXmlSerializable
Visual C++
[SerializableAttribute]
public ref class TimeFrequency sealed : public FrequencyPlugin, 
	IXmlSerializable

Remarks

The time frequency is used to generate bars from ticks based on time. This is the most common form of representing bar data. The only parameter for this plugin is the length of time that must elapse to form a complete bar. With this plugin, RightEdge can support bars of virtually any time frequency.

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.FrequencyPlugin
    RightEdge.Common..::.TimeFrequency

See Also