Ejemplo n.º 1
0
 public FxUpdatesSimulated(Display display, Control control, IFXManager fxManager, IAccumulatorMgr accumulatorMgr)
 {
     this.display = display;
     this.control = control;
     this.fxManager = fxManager;
     accumMgr = accumulatorMgr;
     initialize();
     log.debug("initialized()");
 }
Ejemplo n.º 2
0
 public PriceProcessor(Display display, Control control, IFXManager fxManager, IFxUpdates fxUpdates)
 {
     this.display = display;
     this.control = control;
     this.fxManager = fxManager;
     this.fxUpdates = fxUpdates;
     this.accumMgr = fxUpdates.AccumMgr;
 }