Uses of Class
net.finmath.smartcontract.product.xml.IdentifiedPayerReceiver
Packages that use IdentifiedPayerReceiver
-
Uses of IdentifiedPayerReceiver in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as IdentifiedPayerReceiverModifier and TypeFieldDescriptionprotected IdentifiedPayerReceiverStrike.buyerprotected IdentifiedPayerReceiverStrikeSchedule.buyerprotected IdentifiedPayerReceiverStrike.sellerprotected IdentifiedPayerReceiverStrikeSchedule.sellerMethods in net.finmath.smartcontract.product.xml that return IdentifiedPayerReceiverModifier and TypeMethodDescriptionObjectFactory.createIdentifiedPayerReceiver()Create an instance ofIdentifiedPayerReceiverStrike.getBuyer()Gets the value of the buyer property.StrikeSchedule.getBuyer()Gets the value of the buyer property.Strike.getSeller()Gets the value of the seller property.StrikeSchedule.getSeller()Gets the value of the seller property.Methods in net.finmath.smartcontract.product.xml with parameters of type IdentifiedPayerReceiverModifier and TypeMethodDescriptionvoidStrike.setBuyer(IdentifiedPayerReceiver value) Sets the value of the buyer property.voidStrikeSchedule.setBuyer(IdentifiedPayerReceiver value) Sets the value of the buyer property.voidStrike.setSeller(IdentifiedPayerReceiver value) Sets the value of the seller property.voidStrikeSchedule.setSeller(IdentifiedPayerReceiver value) Sets the value of the seller property.