Hi,
I'm using the .net API for DSWS
I want to retrieve the last available value and date from a time series for a date range.
Is it possible to pass in a variable for DSDateFrequency ?
           DSDataRequest reqDSRequest = new DSDataRequest()
            {
                Instrument = new DSInstrument("VOD"),
                DataTypes = new DSDataTypes("P"),
                Date = new DSTimeSeriesDate(DSDateType.Absolute("01/01/2020"), DSDateType.Absolute("31/12/2022"), DSDateFrequency.Quarterly;
}