public BaseProcessor(TradeSetting tradeSetting, Helper helper)
 {
     aliceBlue         = new AliceBlue();
     this.tradeSetting = tradeSetting;
     this.helper       = helper;
     masterContact     = new List <Instrument>();
     ExecutedOrders    = new List <OrderResponse>();
 }
 public SharviController(ILogger <SharviController> logger)
 {
     _logger   = logger;
     aliceBlue = new AliceBlue();
 }