class FixedRate : Rate
A very basic subclass to represent a fixed rate.
<init> |
FixedRate(ratioUnit: RatioUnit) A very basic subclass to represent a fixed rate. |
ratioUnit |
val ratioUnit: RatioUnit? |
toString |
fun toString(): String |
equals |
open fun equals(other: Any?): Boolean |
hashCode |
open fun hashCode(): Int |