Show / Hide Table of Contents

    Class HistoryAggregationRangeBars

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public sealed class HistoryAggregationRangeBars : HistoryAggregation, ICustomizable, ICloneable, IComparable

    Constructors

    HistoryAggregationRangeBars(Int32)

    Declaration
    public HistoryAggregationRangeBars(int rangeBars)
    Parameters
    Type Name Description
    System.Int32 rangeBars

    Fields

    SETTINGS_AGGREGATION_RANGE_BARS

    Declaration
    public const string SETTINGS_AGGREGATION_RANGE_BARS = "Range bars"
    Field Value
    Type Description
    System.String

    Properties

    RangeBars

    Declaration
    public int RangeBars { get; }
    Property Value
    Type Description
    System.Int32

    Settings

    Declaration
    public override IList<SettingItem> Settings { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<TradingPlatform.BusinessLayer.SettingItem>
    Overrides
    HistoryAggregation.Settings
    Back to top Copyright © 2017 - 2018 Quantower LLC