Investment Studio > Views > Downloads > Downloader > ActiveX interface > DLOutput

The DLOutput interface is used to return and save parsed data.

Methods
void addQuote(BSTR year, month, day, open, high, low, close, volume)

Returns a quote record to the downloader.

void addQuoteEx(BSTR year, month, day, open, high, low, close, volume, open interest, bid, ask, bid size, ask size)

Returns an extended quote record to the downloader.

VARIANT_BOOL save(long index, BSTR path)

Saves the data retrieved from the indexed URL to the specified file path.