public class RT_CalculatorPercentChange extends RT_Calculator
Constructor and Description |
---|
RT_CalculatorPercentChange(short currentValueFid,
short referenceValueFid,
short calculatedValueFid,
RT_FieldMap fieldMap) |
Modifier and Type | Method and Description |
---|---|
boolean |
calculationImplementation(RT_Message rec,
RT_Message msg)
Implement this method for concrete implementations of a calculation
|
calculate, getCalculatedValueFid, getCurrentValueFid, getReferenceValueFid, setDecimalFormat
public RT_CalculatorPercentChange(short currentValueFid, short referenceValueFid, short calculatedValueFid, RT_FieldMap fieldMap)
public boolean calculationImplementation(RT_Message rec, RT_Message msg)
RT_Calculator
rec
- The cached record message. Contains all of the fields associated
with this record, including all of the values in the msgmsg
- The streamed message. This is what came in on the feed.