Show / Hide Table of Contents

    Class ReportRequestParameters

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class ReportRequestParameters : RequestParameters

    Constructors

    ReportRequestParameters()

    Declaration
    public ReportRequestParameters()

    ReportRequestParameters(ReportRequestParameters)

    Declaration
    public ReportRequestParameters(ReportRequestParameters origin)
    Parameters
    Type Name Description
    ReportRequestParameters origin

    Properties

    ReportType

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

    Type

    Declaration
    public override RequestType Type { get; }
    Property Value
    Type Description
    TradingPlatform.BusinessLayer.RequestType
    Overrides
    RequestParameters.Type
    Back to top Copyright QUANTOWER LLC. © 2017-2021. All rights reserved.