Uses of Class
net.finmath.smartcontract.product.xml.ClearingStatusValue
Packages that use ClearingStatusValue
-
Uses of ClearingStatusValue in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ClearingStatusValueModifier and TypeFieldDescriptionprotected ClearingStatusValue
PackageInformation.clearingStatus
protected ClearingStatusValue
PartyTradeInformation.clearingStatus
protected ClearingStatusValue
ClearingStatusItem.clearingStatusValue
Methods in net.finmath.smartcontract.product.xml that return ClearingStatusValueModifier and TypeMethodDescriptionObjectFactory.createClearingStatusValue()
Create an instance ofClearingStatusValue
PackageInformation.getClearingStatus()
Gets the value of the clearingStatus property.PartyTradeInformation.getClearingStatus()
Gets the value of the clearingStatus property.ClearingStatusItem.getClearingStatusValue()
Gets the value of the clearingStatusValue property.Methods in net.finmath.smartcontract.product.xml with parameters of type ClearingStatusValueModifier and TypeMethodDescriptionvoid
PackageInformation.setClearingStatus(ClearingStatusValue value)
Sets the value of the clearingStatus property.void
PartyTradeInformation.setClearingStatus(ClearingStatusValue value)
Sets the value of the clearingStatus property.void
ClearingStatusItem.setClearingStatusValue(ClearingStatusValue value)
Sets the value of the clearingStatusValue property.