com.r3corda.contracts / InterestRateSwap / State / generateFix

generateFix

fun generateFix(ptx: TransactionBuilder, oldStateRef: StateRef, fix: Fix): Unit
Overrides FixableDealState.generateFix

Generate a fixing command for this deal and fix

TODO: This would also likely move to methods on the Contract once the changes to reference the Contract from the ContractState are in