Class HistoryAggregationHeikenAshi

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public sealed class HistoryAggregationHeikenAshi : HistoryAggregation, IHistoryAggregationHistoryTypeSupport

    Constructors

    HistoryAggregationHeikenAshi(HeikenAshiSource, int, HistoryType)

    Declaration
    public HistoryAggregationHeikenAshi(HeikenAshiSource source, int value, HistoryType historyType)
    Parameters
    Type Name Description
    HeikenAshiSource source
    int value
    HistoryType historyType

    HistoryAggregationHeikenAshi(HistoryAggregationHeikenAshi)

    Declaration
    protected HistoryAggregationHeikenAshi(HistoryAggregationHeikenAshi aggregation)
    Parameters
    Type Name Description
    HistoryAggregationHeikenAshi aggregation

    Properties

    HistoryType

    Declaration
    public HistoryType HistoryType { get; set; }
    Property Value
    Type Description
    HistoryType

    Name

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

    Settings

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

    Source

    Declaration
    public HeikenAshiSource Source { get; set; }
    Property Value
    Type Description
    HeikenAshiSource

    Value

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

    Methods

    GetAggregationToDirectDownload(HistoryMetadata, ISessionsContainer, bool)

    Declaration
    public override HistoryAggregation GetAggregationToDirectDownload(HistoryMetadata metadata, ISessionsContainer sessionsContainer, bool isResetOnSessionBoundaryEnabled)
    Parameters
    Type Name Description
    HistoryMetadata metadata
    ISessionsContainer sessionsContainer
    bool isResetOnSessionBoundaryEnabled
    Returns
    Type Description
    HistoryAggregation
    Overrides
    HistoryAggregation.GetAggregationToDirectDownload(HistoryMetadata, ISessionsContainer, bool)

    Implements

    IHistoryAggregationHistoryTypeSupport
    Back to top Copyright QUANTOWER LLC. © 2017-2024. All rights reserved.