コード例 #1
0
ファイル: PoolManager.cs プロジェクト: jiangyimin/QTP
        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)
 {
 }