Class HistoryAggregationTime
Syntax
public class HistoryAggregationTime : HistoryAggregation, ICustomizable, ICloneable, IComparable
Constructors
HistoryAggregationTime(HistoryAggregationTime)
Declaration
protected HistoryAggregationTime(HistoryAggregationTime aggregation)
Parameters
HistoryAggregationTime(Period)
Declaration
public HistoryAggregationTime(Period period)
Parameters
Type |
Name |
Description |
Period |
period |
|
Properties
Period
Declaration
public Period Period { get; set; }
Property Value
Settings
Declaration
public override IList<SettingItem> Settings { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<TradingPlatform.BusinessLayer.SettingItem> |
|
Overrides