コード例 #1
0
ファイル: polling.cs プロジェクト: ccxt-net/ccxt.collector
 public Polling(IConfiguration configuration)
 {
     __drconfig = new DRConfig(configuration);
 }
コード例 #2
0
ファイル: processing.cs プロジェクト: ccxt-net/ccxt.collector
 public Processing(IConfiguration configuration)
 {
     __drconfig = new DRConfig(configuration);
 }