Interface for IFrequencyGenerator
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public interface IFrequencyGenerator |
| Visual Basic (Declaration) |
|---|
Public Interface IFrequencyGenerator |
| Visual C++ |
|---|
public interface class IFrequencyGenerator |
Remarks
RightEdge has the capability to aggregate tick 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. IFrequencyGenerator is piece that handles the logic for tick aggregation. It is housed inside
of a FrequencyPlugin object.