Show / Hide Table of Contents

Class DataUpdaterCollection

Collection of data updater implementations. There is no need for application developers to interact with this class directly.

Inheritance
object
DataUpdaterCollection
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 DataUpdaterCollection

Methods

| Improve this Doc View Source

New(SimulatorCore, Dictionary<DataSourceParam, string>)

Factory method to create new data updater object, based on info dictionary.

Declaration
public static DataUpdater New(SimulatorCore simulator, Dictionary<DataSourceParam, string> info)
Parameters
Type Name Description
SimulatorCore simulator

parent simulator

System.Collections.Generic.Dictionary<TKey, TValue><DataSourceParam, string> info

info dictionary

Returns
Type Description
DataUpdater

new data updater object

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com