Class HistoryAggregationKagi

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class HistoryAggregationKagi : HistoryAggregationTime, ICustomizable, ICloneable, IComparable

    Constructors

    HistoryAggregationKagi(Period, Int32)

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

    Fields

    SETTINGS_AGGREGATION_REVERSAL

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

    Properties

    Reversal

    Declaration
    public int Reversal { get; set; }
    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
    HistoryAggregationTime.Settings

    Methods

    Clone()

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object
    Overrides
    TradingPlatform.BusinessLayer.HistoryAggregationTime.Clone()
    Back to top Copyright © 2017 - 2018 Quantower LLC