Show / Hide Table of Contents

    Class HistoryRequestParameters

    Resolves a history request parameters per symbol

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class HistoryRequestParameters : RequestParameters, IXElementSerialization

    Constructors

    HistoryRequestParameters()

    Declaration
    public HistoryRequestParameters()

    HistoryRequestParameters(HistoryRequestParameters)

    Declaration
    public HistoryRequestParameters(HistoryRequestParameters original)
    Parameters
    Type Name Description
    HistoryRequestParameters original

    Properties

    Aggregation

    Declaration
    public HistoryAggregation Aggregation { get; set; }
    Property Value
    Type Description
    HistoryAggregation

    Copy

    Declaration
    public HistoryRequestParameters Copy { get; }
    Property Value
    Type Description
    HistoryRequestParameters

    ExcludeOutOfSession

    Declaration
    public bool ExcludeOutOfSession { get; set; }
    Property Value
    Type Description
    System.Boolean

    ForceReload

    Declaration
    public bool ForceReload { get; set; }
    Property Value
    Type Description
    System.Boolean

    FromTime

    Declaration
    public DateTime FromTime { get; set; }
    Property Value
    Type Description
    DateTime

    HistoryType

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

    Interval

    Declaration
    public Interval<DateTime> Interval { get; set; }
    Property Value
    Type Description
    TradingPlatform.BusinessLayer.Utils.Interval<DateTime>

    Period

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

    ProgressInfo

    Declaration
    public HistoryRequestParametersProgressInfo ProgressInfo { get; set; }
    Property Value
    Type Description
    TradingPlatform.BusinessLayer.HistoryRequestParametersProgressInfo

    SessionsContainer

    Declaration
    public ISessionsContainer SessionsContainer { get; set; }
    Property Value
    Type Description
    TradingPlatform.BusinessLayer.ISessionsContainer

    Symbol

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

    SymbolId

    Declaration
    public string SymbolId { get; set; }
    Property Value
    Type Description
    System.String

    ToTime

    Declaration
    public DateTime ToTime { get; set; }
    Property Value
    Type Description
    DateTime

    Type

    Declaration
    public override RequestType Type { get; }
    Property Value
    Type Description
    TradingPlatform.BusinessLayer.RequestType
    Overrides
    RequestParameters.Type

    UsePrevCloseAsOpenPriceBar

    Declaration
    public bool UsePrevCloseAsOpenPriceBar { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    ToDescription()

    Declaration
    public HistoryDescription ToDescription()
    Returns
    Type Description
    TradingPlatform.BusinessLayer.History.Storage.HistoryDescription
    Back to top Copyright QUANTOWER LLC. © 2017-2021. All rights reserved.