Exemplo n.º 1
0
 public CoinAnalyseJob(ILogger <CoinAnalyseJob> logger, IServiceScopeFactory scopeFactory, HuobiUtils huobi, Indicator indicator)
 {
     _logger       = logger;
     _scopeFactory = scopeFactory;
     _huobi        = huobi;
     _indicator    = indicator;
 }
Exemplo n.º 2
0
 public CoinKLineDataJob(ILogger <CoinKLineDataJob> logger, HuobiUtils huobi, IServiceScopeFactory scopeFactory)
 {
     _logger       = logger;
     _scopeFactory = scopeFactory;
     _huobi        = huobi;
 }