Is there a way to setup from/to interval in this example ?
private void Request() { _request = _timeSeries.SetupDataRequest("EUR=") .WithView("BID") .WithAllFields() .WithInterval(CommonInterval.Daily) .WithNumberOfPoints(5) .OnDataReceived(DataReceivedCallback) .CreateAndSend(); }