Fix

data class Fix(val of: FixOf, val value: BigDecimal) : CommandData

A Fix represents a named interest rate, on a given day, for a given duration. It can be embedded in a tx.

Constructors

Link copied to clipboard
constructor(of: FixOf, value: BigDecimal)

Properties

Link copied to clipboard
val of: FixOf
Link copied to clipboard