Downloaded DataApiUsageExampleTimeseriesData example. Managed to get dependency libraries using NuGet. Successfully built it.
But when I tried to get a timeSeries, I got nothing.
request = timeSeries.SetupDataRequest("AAPL.O")
.WithView("BID")
.WithAllFields()
.WithInterval(CommonInterval.Tick)
.WithNumberOfPoints(10)
.OnDataReceived(DataReceivedCallback)
.CreateAndSend();