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 TypeMethodDescription@NotNull @Valid Counterparty
PlainSwapOperationRequest.getFirstCounterparty()
Get firstCounterparty@NotNull @Valid Counterparty
PlainSwapOperationRequest.getFixedPayingParty()
Get fixedPayingParty@NotNull @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)