Exemplo n.º 1
0
 public BuyDeepSellHighJob(
     IBinanceClient binanceClient,
     IStorageService storageService,
     IMarketService marketService,
     IConfigurationService schedulerService,
     IPushOverNotificationService pushOverNotificationService,
     ITickerPriceService tickerPriceService)
 {
     _binanceClient               = binanceClient;
     _storageService              = storageService;
     _marketService               = marketService;
     _schedulerService            = schedulerService;
     _pushOverNotificationService = pushOverNotificationService;
     _tickerPriceService          = tickerPriceService;
 }
Exemplo n.º 2
0
 public GetPriceSequenceRule(ITickerPriceService tickerPriceService)
 {
     _tickerPriceService = tickerPriceService;
 }