Summary
Gets the Depth of Market for the specific symbol.
Syntax
public MarketDepth GetMarketDepth(string symbolName)
Parameters
Name | Description |
---|
Example 1
MarketDepth md = MarketData.GetMarketDepth("EURUSD");
public MarketDepth GetMarketDepth(string symbolName)
Name | Description |
---|
MarketDepth md = MarketData.GetMarketDepth("EURUSD");