Class DataSourceCollection
Collection of data source implementations. There is no need for application developers to interact with this class directly.
Inheritance
object
DataSourceCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TuringTrader.Simulator
Assembly: TuringTrader.Simulator.dll
Syntax
public class DataSourceCollection
Methods
| Improve this Doc View SourceNew(string)
Factory function to instantiate new data source.
Declaration
public static DataSource New(string nickname)
Parameters
Type | Name | Description |
---|---|---|
string | nickname | nickname |
Returns
Type | Description |
---|---|
DataSource | data source object |
New(Algorithm)
Factory function to instantiate new data source.
Declaration
public static DataSource New(Algorithm algo)
Parameters
Type | Name | Description |
---|---|---|
Algorithm | algo | algorithm object |
Returns
Type | Description |
---|---|
DataSource | data source object |
NewUniverse(string)
Create new universe object.
Declaration
public static Universe NewUniverse(string nickname)
Parameters
Type | Name | Description |
---|---|---|
string | nickname | universe nickname |
Returns
Type | Description |
---|---|
Universe | universe object |
See Also
| Improve this Doc View SourceRunNDU()
Run Norgate Data Updater.
Declaration
public static void RunNDU()