Esempio n. 1
0
 public JobGroupsController(JobGroupsControllerUtils utils, UnrealizedPnlSeriesControllerUtils unrealizedPnlSeriesControllerUtils, TradeGenericMetric2SeriesControllerUtils tradeGenericMetric2SeriesControllerUtils, JobsControllerUtils jobsControllerUtils)
 {
     this.jobsControllerUtils = jobsControllerUtils;
     this.utils = utils;
     this.tradeGenericMetric2SeriesControllerUtils = tradeGenericMetric2SeriesControllerUtils;
     this.unrealizedPnlSeriesControllerUtils       = unrealizedPnlSeriesControllerUtils;
 }
 public UnrealizedPnlSeriesApiController(UnrealizedPnlSeriesControllerUtils utils)
 {
     this.utils = utils;
 }