Example #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;
 }
Example #2
0
 public GetPriceSequenceRule(ITickerPriceService tickerPriceService)
 {
     _tickerPriceService = tickerPriceService;
 }