Uses of Class
net.finmath.smartcontract.product.xml.ClearingInstructions
Packages that use ClearingInstructions
-
Uses of ClearingInstructions in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ClearingInstructionsModifier and TypeFieldDescriptionprotected ClearingInstructions
OptionExercise.clearingInstructions
protected ClearingInstructions
TouchRateObservation.clearingInstructions
Methods in net.finmath.smartcontract.product.xml that return ClearingInstructionsModifier and TypeMethodDescriptionObjectFactory.createClearingInstructions()
Create an instance ofClearingInstructions
OptionExercise.getClearingInstructions()
Gets the value of the clearingInstructions property.TouchRateObservation.getClearingInstructions()
Gets the value of the clearingInstructions property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type ClearingInstructionsModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<ClearingInstructions> ObjectFactory.createNoTouchRateObservationClearingInstructions
(ClearingInstructions value) Methods in net.finmath.smartcontract.product.xml with parameters of type ClearingInstructionsModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<ClearingInstructions> ObjectFactory.createNoTouchRateObservationClearingInstructions
(ClearingInstructions value) void
OptionExercise.setClearingInstructions
(ClearingInstructions value) Sets the value of the clearingInstructions property.void
TouchRateObservation.setClearingInstructions
(ClearingInstructions value) Sets the value of the clearingInstructions property.