Esempio n. 1
0
 protected override async Task ExecuteOnExchangeAsync(IExchangeService exchangeService, Instrument instrument)
 {
     await _traderService.ProcessSignals(exchangeService, instrument);
 }