Class DepthOfMarketAggregatedCollections
Leve2 data. Contains Bids and Ask collections
Namespace: TradingPlatform.BusinessLayer
Syntax
public class DepthOfMarketAggregatedCollections : object
Properties
Asks
Declaration
public Level2Item[] Asks { get; }
Property Value
Type | Description |
---|---|
Level2Item[] |
Bids
Declaration
public Level2Item[] Bids { get; }
Property Value
Type | Description |
---|---|
Level2Item[] |