data class FixOfA FixOf identifies the question side of a fix: what day, tenor and type of fix ("LIBOR", "EURIBOR" etc)
| <init> |
FixOf(name: String, forDay: LocalDate, ofTenor: Tenor)A FixOf identifies the question side of a fix: what day, tenor and type of fix ("LIBOR", "EURIBOR" etc) |
| forDay |
val forDay: LocalDate |
| name |
val name: String |
| ofTenor |
val ofTenor: Tenor |