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();
like "2330.TW","2327.TW","2498.TW".....