data class Fix : CommandDataA Fix represents a named interest rate, on a given day, for a given duration. It can be embedded in a tx.
| <init> |
Fix(of: FixOf, value: BigDecimal)A Fix represents a named interest rate, on a given day, for a given duration. It can be embedded in a tx. |
| of |
val of: FixOf |
| value |
val value: BigDecimal |