Exemplo n.º 1
0
        public PoolManager(MyStrategy strategy, TPool pool)
        {
            this.strategy = strategy;
            this.name = pool.Name;

            symbolBench = pool.ManagerParameters["Bench"];
        }
Exemplo n.º 2
0
 public Bridge(MyStrategy strategy, TPool pool)
     : base (strategy, pool)
 {
 }