Uses of Class
net.finmath.smartcontract.product.xml.Allocations
Packages that use Allocations
-
Uses of Allocations in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AllocationsModifier and TypeFieldDescriptionprotected AllocationsAllocationApproved.allocationsprotected AllocationsAllocationRefused.allocationsprotected AllocationsRequestAllocation.allocationsprotected AllocationsRequestAllocationRetracted.allocationsFields in net.finmath.smartcontract.product.xml with type parameters of type AllocationsMethods in net.finmath.smartcontract.product.xml that return AllocationsModifier and TypeMethodDescriptionObjectFactory.createAllocations()Create an instance ofAllocationsAllocationApproved.getAllocations()Gets the value of the allocations property.AllocationRefused.getAllocations()Gets the value of the allocations property.RequestAllocation.getAllocations()Gets the value of the allocations property.RequestAllocationRetracted.getAllocations()Gets the value of the allocations property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type AllocationsModifier and TypeMethodDescriptionTrade.getAllocations()Gets the value of the allocations property.Methods in net.finmath.smartcontract.product.xml with parameters of type AllocationsModifier and TypeMethodDescriptionvoidAllocationApproved.setAllocations(Allocations value) Sets the value of the allocations property.voidAllocationRefused.setAllocations(Allocations value) Sets the value of the allocations property.voidRequestAllocation.setAllocations(Allocations value) Sets the value of the allocations property.voidRequestAllocationRetracted.setAllocations(Allocations value) Sets the value of the allocations property.