예제 #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)
 {
 }