public class FixOf
A class FixOf identifies the question side of a fix: what day, tenor and type of fix ("LIBOR", "EURIBOR" etc)
class FixOfpublic FixOf(@NotNull
java.lang.String name,
@NotNull
java.time.LocalDate forDay,
@NotNull
Tenor ofTenor)
A class FixOf identifies the question side of a fix: what day, tenor and type of fix ("LIBOR", "EURIBOR" etc)
class FixOf@NotNull public java.lang.String getName()
@NotNull public java.time.LocalDate getForDay()
@NotNull public Tenor getOfTenor()
@NotNull public java.lang.String component1()
@NotNull public java.time.LocalDate component2()
@NotNull public Tenor component3()
@NotNull public FixOf copy(@NotNull java.lang.String name, @NotNull java.time.LocalDate forDay, @NotNull Tenor ofTenor)
A class FixOf identifies the question side of a fix: what day, tenor and type of fix ("LIBOR", "EURIBOR" etc)
class FixOf@NotNull public java.lang.String toString()
A class FixOf identifies the question side of a fix: what day, tenor and type of fix ("LIBOR", "EURIBOR" etc)
class FixOfpublic int hashCode()
A class FixOf identifies the question side of a fix: what day, tenor and type of fix ("LIBOR", "EURIBOR" etc)
class FixOfpublic boolean equals(@Nullable
java.lang.Object p)
A class FixOf identifies the question side of a fix: what day, tenor and type of fix ("LIBOR", "EURIBOR" etc)
class FixOf