Class HistoryAggregationKagi
Syntax
public sealed class HistoryAggregationKagi : HistoryAggregationTime, IHistoryAggregationHistoryTypeSupport
Constructors
HistoryAggregationKagi(Period, HistoryType, int)
Declaration
public HistoryAggregationKagi(Period period, HistoryType historyType, int reversal)
Parameters
Fields
SETTINGS_AGGREGATION_REVERSAL
Declaration
public const string SETTINGS_AGGREGATION_REVERSAL = "Reversal"
Field Value
Properties
Name
Declaration
public override string Name { get; }
Property Value
Overrides
Reversal
Declaration
public int Reversal { get; set; }
Property Value
Settings
Declaration
public override IList<SettingItem> Settings { get; set; }
Property Value
Overrides
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public override object Clone()
Returns
Type |
Description |
object |
A new object that is a copy of this instance.
|
Overrides
Implements