Abstract class that defines a FrequencyPlugin.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public abstract class FrequencyPlugin |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public MustInherit Class FrequencyPlugin |
| Visual C++ |
|---|
[SerializableAttribute] public ref class FrequencyPlugin abstract |
Remarks
RightEdge has the capability to aggregate data to any imaginable frequency. A number of frequency plugins are
provided out of the box, but in cases where those in existence are not sufficient, a custom frequency plugin
can be authored. This class is the basis for generation.
Inheritance Hierarchy
System..::.Object
RightEdge.Common..::.FrequencyPlugin
RightEdge.Common..::.TickFrequency
RightEdge.Common..::.TimeFrequency
RightEdge.Common..::.VolumeFrequency
RightEdge.Common..::.FrequencyPlugin
RightEdge.Common..::.TickFrequency
RightEdge.Common..::.TimeFrequency
RightEdge.Common..::.VolumeFrequency