Class DataSourceCollection
Collection of data source implementations. There is no need for application developers to interact with this class directly.
Inheritance
System.Object
DataSourceCollection
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|---|
System.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 |
---|---|---|
System.String | nickname | universe nickname |
Returns
Type | Description |
---|---|
Universe | universe object |