Methods
(private) getData(query) → {void}
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}
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}
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