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[] |