Handles one or more frequencies for a trading system.

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

Syntax

C#
public sealed class FrequencyManager
Visual Basic (Declaration)
Public NotInheritable Class FrequencyManager
Visual C++
public ref class FrequencyManager sealed

Remarks

FrequencyManager is the "traffic cop" for bar generation. Each frequency is constructed and registered with the FrequencyManager. FrequencyManager dictates when a bar is constructed and propagates NewBar events during the ProcessBar method.

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.FrequencyManager

See Also