Hi:
I want to get more than one stock below code example:
request = timeSeries.SetupDataRequest() .WithRic("2330.TW") .WithView("BID") .WithAllFields() .WithInterval(CommonInterval.Intraday10Minutes) .WithNumberOfPoints(100) .OnDataReceived(DataReceivedCallback) .CreateAndSend();