Show / Hide Table of Contents

    Class HistoryAggregation

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public abstract class HistoryAggregation

    Constructors

    HistoryAggregation()

    Declaration
    protected HistoryAggregation()

    HistoryAggregation(HistoryAggregation)

    Declaration
    protected HistoryAggregation(HistoryAggregation _)
    Parameters
    Type Name Description
    HistoryAggregation _

    Fields

    DOM_AGGREGATED

    Declaration
    public const string DOM_AGGREGATED = "Aggregated DOM"
    Field Value
    Type Description
    string

    DOM_BY_TICKS_COUNT

    Declaration
    public const string DOM_BY_TICKS_COUNT = "DOM by ticks count"
    Field Value
    Type Description
    string

    DOM_BY_TIME

    Declaration
    public const string DOM_BY_TIME = "DOM by time"
    Field Value
    Type Description
    string

    HEIKIN_ASHI

    Declaration
    public const string HEIKIN_ASHI = "Heikin Ashi"
    Field Value
    Type Description
    string

    KAGI

    Declaration
    public const string KAGI = "Kagi"
    Field Value
    Type Description
    string

    LEVEL2

    Declaration
    public const string LEVEL2 = "Level2"
    Field Value
    Type Description
    string

    LINE_BREAK

    Declaration
    public const string LINE_BREAK = "Line Break"
    Field Value
    Type Description
    string

    POINTS_AND_FIGURES

    Declaration
    public const string POINTS_AND_FIGURES = "Points & Figures"
    Field Value
    Type Description
    string

    POWER_TRADES

    Declaration
    public const string POWER_TRADES = "Power Trades"
    Field Value
    Type Description
    string

    RANGE_BARS

    Declaration
    public const string RANGE_BARS = "Range bars"
    Field Value
    Type Description
    string

    RENKO

    Declaration
    public const string RENKO = "Renko"
    Field Value
    Type Description
    string

    REVERSAL

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

    SETTINGS_AGGREGATION_HISTORY_TYPE

    Declaration
    public const string SETTINGS_AGGREGATION_HISTORY_TYPE = "HistoryType"
    Field Value
    Type Description
    string

    SETTINGS_AGGREGATION_PERIOD

    Declaration
    public const string SETTINGS_AGGREGATION_PERIOD = "Period"
    Field Value
    Type Description
    string

    SETTINGS_AGGREGATION_SYMBOL

    Declaration
    public const string SETTINGS_AGGREGATION_SYMBOL = "Symbol"
    Field Value
    Type Description
    string

    TICK

    Declaration
    public const string TICK = "Tick"
    Field Value
    Type Description
    string

    TIME

    Declaration
    public const string TIME = "Time"
    Field Value
    Type Description
    string

    VOLUME

    Declaration
    public const string VOLUME = "Volume"
    Field Value
    Type Description
    string

    VWAP

    Declaration
    public const string VWAP = "VWAP"
    Field Value
    Type Description
    string

    Properties

    DefaultRange

    Declaration
    public virtual Period DefaultRange { get; }
    Property Value
    Type Description
    Period

    Name

    Declaration
    public abstract string Name { get; }
    Property Value
    Type Description
    string

    Settings

    Declaration
    public virtual IList<SettingItem> Settings { get; set; }
    Property Value
    Type Description
    IList<SettingItem>

    Title

    Declaration
    public virtual string Title { get; }
    Property Value
    Type Description
    string

    Methods

    Equals(object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    Overrides
    object.Equals(object)

    Equals(HistoryAggregation)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(HistoryAggregation other)
    Parameters
    Type Name Description
    HistoryAggregation other

    An object to compare with this object.

    Returns
    Type Description
    bool

    true if the current object is equal to the other parameter; otherwise, false.

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    object.GetHashCode()

    TryGetPeriod(out Period)

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