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 Allocations
AllocationApproved.allocations
protected Allocations
AllocationRefused.allocations
protected Allocations
RequestAllocation.allocations
protected Allocations
RequestAllocationRetracted.allocations
Fields 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 ofAllocations
AllocationApproved.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 TypeMethodDescriptionvoid
AllocationApproved.setAllocations
(Allocations value) Sets the value of the allocations property.void
AllocationRefused.setAllocations
(Allocations value) Sets the value of the allocations property.void
RequestAllocation.setAllocations
(Allocations value) Sets the value of the allocations property.void
RequestAllocationRetracted.setAllocations
(Allocations value) Sets the value of the allocations property.