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