Show / Hide Table of Contents

    Class DepthOfMarketAggregatedCollections

    Leve2 data. Contains Bids and Ask collections

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class DepthOfMarketAggregatedCollections

    Properties

    Asks

    Leve2 data. Contains Bids and Ask collections

    Declaration
    public Level2Item[] Asks { get; }
    Property Value
    Type Description
    Level2Item[]

    Bids

    Leve2 data. Contains Bids and Ask collections

    Declaration
    public Level2Item[] Bids { get; }
    Property Value
    Type Description
    Level2Item[]
    Back to top Copyright QUANTOWER LLC. © 2017-2024. All rights reserved.