Class HistoryAggregationKagi

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public sealed class HistoryAggregationKagi : HistoryAggregationTime

    Constructors

    HistoryAggregationKagi(Period, int)

    Declaration
    public HistoryAggregationKagi(Period period, int reversal)
    Parameters
    Type Name Description
    Period period
    int reversal

    Fields

    SETTINGS_AGGREGATION_REVERSAL

    Declaration
    public const string SETTINGS_AGGREGATION_REVERSAL = "Reversal"
    Field Value
    Type Description
    string

    Properties

    Name

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

    Reversal

    Declaration
    public int Reversal { get; set; }
    Property Value
    Type Description
    int

    Settings

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

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public override object Clone()
    Returns
    Type Description
    object

    A new object that is a copy of this instance.

    Overrides
    HistoryAggregationTime.Clone()
    Back to top Copyright QUANTOWER LLC. © 2017-2023. All rights reserved.