Uses of Class
net.finmath.smartcontract.product.xml.AllocationReportingStatus
Packages that use AllocationReportingStatus
-
Uses of AllocationReportingStatus in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AllocationReportingStatusModifier and TypeFieldDescriptionprotected AllocationReportingStatus
PackageInformation.allocationStatus
protected AllocationReportingStatus
PartyTradeInformation.allocationStatus
Methods in net.finmath.smartcontract.product.xml that return AllocationReportingStatusModifier and TypeMethodDescriptionObjectFactory.createAllocationReportingStatus()
Create an instance ofAllocationReportingStatus
PackageInformation.getAllocationStatus()
Gets the value of the allocationStatus property.PartyTradeInformation.getAllocationStatus()
Gets the value of the allocationStatus property.Methods in net.finmath.smartcontract.product.xml with parameters of type AllocationReportingStatusModifier and TypeMethodDescriptionvoid
PackageInformation.setAllocationStatus
(AllocationReportingStatus value) Sets the value of the allocationStatus property.void
PartyTradeInformation.setAllocationStatus
(AllocationReportingStatus value) Sets the value of the allocationStatus property.