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

| Edit this page View Source

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

| Edit this page 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

| Edit this page View Source

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
New(string)
| Edit this page View Source

RunNDU()

Run Norgate Data Updater.

Declaration
public static void RunNDU()
  • Edit this page
  • View Source
In this article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com