Show / Hide Table of Contents

    Class HistoryAggregationTick

    Namespace: TradingPlatform.BusinessLayer
    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
    HistoryAggregation.Settings

    TicksCount

    Declaration
    public int TicksCount { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Copyright © 2017 - 2018 Quantower LLC