corda / net.corda.finance.contracts / FixOf

FixOf

data class FixOf

A FixOf identifies the question side of a fix: what day, tenor and type of fix ("LIBOR", "EURIBOR" etc)

Constructors

<init>

A FixOf identifies the question side of a fix: what day, tenor and type of fix ("LIBOR", "EURIBOR" etc)

FixOf(name: String, forDay: LocalDate, ofTenor: Tenor)

Properties

forDay

val forDay: LocalDate

name

val name: String

ofTenor

val ofTenor: Tenor