示例#1
0
        public PoolManager(MyStrategy strategy, TPool pool)
        {
            this.strategy = strategy;
            this.name = pool.Name;

            symbolBench = pool.ManagerParameters["Bench"];
        }
示例#2
0
文件: Bridge.cs 项目: jiangyimin/QTP
 public Bridge(MyStrategy strategy, TPool pool)
     : base (strategy, pool)
 {
 }