Show / Hide Table of Contents

    Class HistoryAggregationRangeBars

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public sealed class HistoryAggregationRangeBars : HistoryAggregation

    Constructors

    HistoryAggregationRangeBars(int)

    Declaration
    public HistoryAggregationRangeBars(int rangeBars)
    Parameters
    Type Name Description
    int rangeBars

    Fields

    SETTINGS_AGGREGATION_RANGE_BARS

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

    Properties

    Name

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    HistoryAggregation.Name

    RangeBars

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

    Settings

    Declaration
    public override IList<SettingItem> Settings { get; set; }
    Property Value
    Type Description
    IList<SettingItem>
    Overrides
    HistoryAggregation.Settings

    Methods

    TryGetPeriod(out Period)

    Declaration
    public override bool TryGetPeriod(out Period period)
    Parameters
    Type Name Description
    Period period
    Returns
    Type Description
    bool
    Overrides
    HistoryAggregation.TryGetPeriod(out Period)
    Back to top Copyright QUANTOWER LLC. © 2017-2023. All rights reserved.