MarketData Property¶ Summary¶ Provides access to the Depth of Market Data. Signature¶ 1public MarketData MarketData {get;} Return Value¶ MarketData Declaring Type¶ cAlgo.API.Internals.Algo Examples¶ 1 2 private MarketDepth _md; _md = MarketData.GetMarketDepth("GBPUSD"); Last update: February 3, 2023