* The type of data we are looking for.
*/
public final void require(final Map<String, BaseCachedColumn>
theData, final String item) {
if (!theData.containsKey(item)) {
throw new QuantError(
"To use this indicator, the underlying data must contain: "
+ item);
}
}