Class DepthOfMarket
Represent access to level2 data.
Namespace: TradingPlatform.BusinessLayer
Syntax
public class DepthOfMarket
Methods
GetDepthOfMarketAggregatedCollections(GetDepthOfMarketParameters)
Gets current Level2 data
Declaration
public DepthOfMarketAggregatedCollections GetDepthOfMarketAggregatedCollections(GetDepthOfMarketParameters parameters = null)
Parameters
Type | Name | Description |
---|---|---|
GetDepthOfMarketParameters | parameters | Parameters of DepthOfMarket |
Returns
Type | Description |
---|---|
DepthOfMarketAggregatedCollections |
GetDepthOfMarketAggregatedCollections(GetLevel2ItemsParameters)
Gets current Level2 data
Declaration
public DepthOfMarketAggregatedCollections GetDepthOfMarketAggregatedCollections(GetLevel2ItemsParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
GetLevel2ItemsParameters | parameters | Parameters of request for Leve2Item collection |
Returns
Type | Description |
---|---|
DepthOfMarketAggregatedCollections |