com.activequant.combination
Class SingleMaxValueCombiner

java.lang.Object
  extended by com.activequant.combination.SingleMaxValueCombiner

public class SingleMaxValueCombiner
extends Object


Constructor Summary
SingleMaxValueCombiner()
           
 
Method Summary
 List<com.activequant.combination.OutputDataRow> combine(List<com.activequant.combination.InputDataRow> valSeries)
           
 List<com.activequant.combination.OutputDataRow> combine(String valueSeriesKey, String denominatorSeriesKey, String[] instrumentIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleMaxValueCombiner

public SingleMaxValueCombiner()
Method Detail

combine

public List<com.activequant.combination.OutputDataRow> combine(String valueSeriesKey,
                                                               String denominatorSeriesKey,
                                                               String[] instrumentIds)

combine

public List<com.activequant.combination.OutputDataRow> combine(List<com.activequant.combination.InputDataRow> valSeries)


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.