Class HistoryAggregationTick
Syntax
public sealed class HistoryAggregationTick : HistoryAggregation, ICustomizable, ICloneable, IComparable
Constructors
HistoryAggregationTick(Int32)
Declaration
public HistoryAggregationTick(int ticksCount)
Parameters
Type |
Name |
Description |
System.Int32 |
ticksCount |
|
Fields
SETTINGS_AGGREGATION_TICKS_COUNT
Declaration
public const string SETTINGS_AGGREGATION_TICKS_COUNT = "Ticks count"
Field Value
Type |
Description |
System.String |
|
Properties
Settings
Declaration
public override IList<SettingItem> Settings { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<TradingPlatform.BusinessLayer.SettingItem> |
|
Overrides
TicksCount
Declaration
public int TicksCount { get; }
Property Value
Type |
Description |
System.Int32 |
|