Class HistoryAggregationLineBreak

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

    Constructors

    HistoryAggregationLineBreak(Period, int)

    Declaration
    public HistoryAggregationLineBreak(Period period, int lineBreak)
    Parameters
    Type Name Description
    Period period
    int lineBreak

    Fields

    SETTINGS_AGGREGATION_LINE_BREAK

    Declaration
    public const string SETTINGS_AGGREGATION_LINE_BREAK = "Line break"
    Field Value
    Type Description
    string

    Properties

    LineBreak

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

    Name

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

    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()

    TryGetPeriod(out Period)

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