Uses of Class
net.finmath.smartcontract.model.Counterparty
Packages that use Counterparty
-
Uses of Counterparty in net.finmath.smartcontract.model
Methods in net.finmath.smartcontract.model that return CounterpartyModifier and TypeMethodDescriptionCounterparty.dltAddress(String dltAddress) @NotNull @Valid CounterpartyPlainSwapOperationRequest.getFirstCounterparty()Get firstCounterparty@Valid CounterpartyPlainSwapOperationRequest.getFixedPayingParty()Get fixedPayingParty@Valid CounterpartyPlainSwapOperationRequest.getFloatingPayingParty()Get floatingPayingParty@NotNull @Valid CounterpartyPlainSwapOperationRequest.getSecondCounterparty()Get secondCounterpartyMethods in net.finmath.smartcontract.model with parameters of type CounterpartyModifier and TypeMethodDescriptionPlainSwapOperationRequest.firstCounterparty(Counterparty firstCounterparty) PlainSwapOperationRequest.fixedPayingParty(Counterparty fixedPayingParty) PlainSwapOperationRequest.floatingPayingParty(Counterparty floatingPayingParty) PlainSwapOperationRequest.secondCounterparty(Counterparty secondCounterparty) voidPlainSwapOperationRequest.setFirstCounterparty(Counterparty firstCounterparty) voidPlainSwapOperationRequest.setFixedPayingParty(Counterparty fixedPayingParty) voidPlainSwapOperationRequest.setFloatingPayingParty(Counterparty floatingPayingParty) voidPlainSwapOperationRequest.setSecondCounterparty(Counterparty secondCounterparty)