Global

Methods

(private) getData(query) → {void}

Source:
internal method to get one data from the specified source
Parameters:
Name Type Description
query object with the definition of the data source
Returns:
Type
void

(private) parseDefinition(definition, szType) → {void}

Source:
internal method to read parameter from the definition object
Parameters:
Name Type Description
definition the object literal with `data options`
szType type of the data (csv,...)
Returns:
Type
void

(private) setData(data) → {void}

Source:
set the broker result as the new Data.Table in the parent Data.Feed object
Parameters:
Name Type Description
data a 2 dim data array
Returns:
Type
void