예제 #1
0
 public SimulationInput(
     ISyncTickersGetter syncTickersGetter,
     IStrategyCreator strategyCreator,
     ISimulationSettingsGetter simulationSettingsGetter)
 {
     this.SyncTickersGetter = syncTickersGetter;
     this.StrategyCreator = strategyCreator;
     this.SimulationSettingsGetter = simulationSettingsGetter;
 }
예제 #2
0
 public SyncTickersGetter(TickerExplorerViewModel tickerExplorer, ISimulationSettingsGetter settingsGetter)
 {
     this.tickerExplorer = tickerExplorer;
     this.settingsGetter = settingsGetter;
 }