Example #1
0
 public JobGroupsController(JobGroupsControllerUtils utils, UnrealizedPnlSeriesControllerUtils unrealizedPnlSeriesControllerUtils, TradeGenericMetric2SeriesControllerUtils tradeGenericMetric2SeriesControllerUtils, JobsControllerUtils jobsControllerUtils)
 {
     this.jobsControllerUtils = jobsControllerUtils;
     this.utils = utils;
     this.tradeGenericMetric2SeriesControllerUtils = tradeGenericMetric2SeriesControllerUtils;
     this.unrealizedPnlSeriesControllerUtils       = unrealizedPnlSeriesControllerUtils;
 }
Example #2
0
 public TradeGenericMetric2SeriesApiController(TradeGenericMetric2SeriesControllerUtils utils)
 {
     this.utils = utils;
 }