Show / Hide Table of Contents

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 Source

New(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

| Improve this Doc View Source

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

| Improve this Doc View Source

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

See Also
New(String)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2011-2021, Bertram Solutions LLC