Show / Hide Table of Contents

    Class GetLevel2ItemsParameters

    Represent parameters of request for Leve2Item collection

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class GetLevel2ItemsParameters

    Properties

    AggregateMethod

    Aggregation method

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

    CalculateCumulative

    Calculate cumulative size

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

    CustomTickSize

    Use custom tick size

    Declaration
    public double CustomTickSize { get; set; }
    Property Value
    Type Description
    System.Double

    LevelsCount

    Required amount of level2

    Declaration
    public int LevelsCount { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Copyright © 2017 - 2018 Quantower LLC