LSEG Data Library for Python

get_data_async

The get_data_async function sends an asynchronous request to the Client File Store (CFS) to retrieve the file sets described in the cfs.file_sets.Definition object.

Module

lseg.data.delivery.cfs.file_sets

Syntax

get_data_async(session, on_response)

Parameters

Value Description Data type Optional Default value
session Session object. If it is not passed, the default session will be used. Session object Yes None
on_response User-defined callback function to process the response that is received. Callable Yes None

Returned value

File sets response

Usage

Same as get_data

None.

69 words (0:22 mins)