Class HistoryAggregationKagi
Syntax
public sealed class HistoryAggregationKagi : HistoryAggregationTime
Constructors
HistoryAggregationKagi(Period, int)
Declaration
public HistoryAggregationKagi(Period period, int reversal)
Parameters
Type |
Name |
Description |
Period |
period |
|
int |
reversal |
|
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