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

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

Dictionary<DataSourceParam, string> info

info dictionary

Returns
Type Description
DataUpdater

new data updater object

  • Edit this page
  • View Source
In this article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com