aqLoadSeriesField {aqr} | R Documentation |
Loads one series field from an AQ Master Server
aqLoadSeriesField(seriesId, fieldId, freq, startDate, endDate, con = aqInit())
seriesId |
the series name |
fieldId |
the field name |
freq |
the frequency, must be one of ActiveQuant's enums |
startDate |
a start date in date8 format (yyyyMMdd) |
endDate |
an end date in date8 format (yyyyMMdd) |
con |
a connection object |
the loaded series as XTS object