Class HistoryAggregationRangeBars
Syntax
public sealed class HistoryAggregationRangeBars : HistoryAggregation, IHistoryAggregationHistoryTypeSupport
Constructors
HistoryAggregationRangeBars(int, HistoryType)
Declaration
public HistoryAggregationRangeBars(int rangeBars, HistoryType historyType)
Parameters
Fields
SETTINGS_AGGREGATION_RANGE_BARS
Declaration
public const string SETTINGS_AGGREGATION_RANGE_BARS = "Range bars"
Field Value
Properties
GetPeriod
Declaration
public override Period GetPeriod { get; }
Property Value
Overrides
HistoryType
Declaration
public HistoryType HistoryType { get; set; }
Property Value
Name
Declaration
public override string Name { get; }
Property Value
Overrides
RangeBars
Declaration
public int RangeBars { get; }
Property Value
Settings
Declaration
public override IList<SettingItem> Settings { get; set; }
Property Value
Overrides
Methods
GetAggregationToDirectDownload(HistoryMetadata)
Declaration
public override HistoryAggregation GetAggregationToDirectDownload(HistoryMetadata metadata)
Parameters
Returns
Overrides
Implements