Exemple #1
0
 public MarketData(MarketPluginMgr marketPluginMgr)
 {
     this.marketPluginMgr = marketPluginMgr;
 }
Exemple #2
0
 public Market(MarketPluginMgr marketPluginMgr)
 {
     this.marketPluginMgr = marketPluginMgr;
     this.marketData      = new MarketData(marketPluginMgr);
     this.marketTrader    = new MarketTrader(marketPluginMgr);
 }