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 Counterparty
PlainSwapOperationRequest.getFirstCounterparty()
Get firstCounterparty@Valid Counterparty
PlainSwapOperationRequest.getFixedPayingParty()
Get fixedPayingParty@Valid Counterparty
PlainSwapOperationRequest.getFloatingPayingParty()
Get floatingPayingParty@NotNull @Valid Counterparty
PlainSwapOperationRequest.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)
void
PlainSwapOperationRequest.setFirstCounterparty(Counterparty firstCounterparty)
void
PlainSwapOperationRequest.setFixedPayingParty(Counterparty fixedPayingParty)
void
PlainSwapOperationRequest.setFloatingPayingParty(Counterparty floatingPayingParty)
void
PlainSwapOperationRequest.setSecondCounterparty(Counterparty secondCounterparty)