Class HistoryAggregationLineBreak

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

    Constructors

    HistoryAggregationLineBreak(Period, Int32)

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

    Fields

    SETTINGS_AGGREGATION_LINE_BREAK

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

    Properties

    LineBreak

    Declaration
    public int LineBreak { 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