class FixContainerFix container, for every fix name & date pair stores a tenor to interest rate map - InterpolatingRateMap
| <init> |
FixContainer(fixes: List<Fix>, factory: InterpolatorFactory = CubicSplineInterpolator)Fix container, for every fix name & date pair stores a tenor to interest rate map - InterpolatingRateMap |
| factory |
val factory: InterpolatorFactory |
| size |
val size: Int |
| get |
operator fun get(fixOf: FixOf): Fix? |