Show / Hide Table of Contents

    Class DepthOfMarketAggregatedCollections

    Leve2 data. Contains Bids and Ask collections

    Namespace: TradingPlatform.BusinessLayer
    Syntax
    public class DepthOfMarketAggregatedCollections

    Properties

    Asks

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

    Bids

    Declaration
    public Level2Item[] Bids { get; }
    Property Value
    Type Description
    Level2Item[]
    Back to top Copyright © 2017 - 2018 Quantower LLC