This class provides a mechanism for connection to external sources of data. The simplest example is a connection to a .csv file, but more interesting examples could include connections by network to a broker's historical data feed, a connection to a local database of time series, etc.
More...
|
int | NumInputs () |
|
int | NumOutputs () |
|
string | GetInputName (int socket) |
|
string | GetOutputName (int socket) |
|
virtual List< Type > | GetAllowedInputTypesFor (int socket) |
|
virtual List< Type > | GetOutputTypesFor (int socket) |
|
bool | InputIsFree (int socket) |
|
bool | SetInput (int socket, object item, StringBuilder failMessage) |
|
object | GetOutput (int socket) |
|
string | GetDescription () |
|
string | GetShortDescription () |
|
abstract bool | RefreshFromSource (out string infoMessage) |
| returns true if data retrieval is successful More...
|
|
|
object | Data [get, protected set] |
|
string | ToolTipText [get, set] |
|
string | ToolTipText [get, set] |
|
This class provides a mechanism for connection to external sources of data. The simplest example is a connection to a .csv file, but more interesting examples could include connections by network to a broker's historical data feed, a connection to a local database of time series, etc.
◆ RefreshFromSource()
abstract bool CronoSeries.TimeSeries.Data.DataSource.RefreshFromSource |
( |
out string |
infoMessage | ) |
|
|
pure virtual |
returns true if data retrieval is successful
- Parameters
-
infoMessage | returns any log information about retrieval |
- Returns
The documentation for this class was generated from the following file:
- TimeSeries/Data/DataSource.cs