lifetime = com.barchart.util.value.impl.ValueConst.NULL_TIME_INTERVAL;
} else {
lifetime = factory.newTimeInterval(0, expire.millisecond());
}
Fraction f = factory.newFraction(1, (int) frac.decimalDenominator);
return build(guid, symbolReal, symbolComment, codeCFI,
exchange, priceStep, pricePoint, f, lifetime, zone);
}