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 ClearingInstructionsOptionExercise.clearingInstructionsprotected ClearingInstructionsTouchRateObservation.clearingInstructionsMethods in net.finmath.smartcontract.product.xml that return ClearingInstructionsModifier and TypeMethodDescriptionObjectFactory.createClearingInstructions()Create an instance ofClearingInstructionsOptionExercise.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) voidOptionExercise.setClearingInstructions(ClearingInstructions value) Sets the value of the clearingInstructions property.voidTouchRateObservation.setClearingInstructions(ClearingInstructions value) Sets the value of the clearingInstructions property.