Uses of Class
net.finmath.smartcontract.product.xml.TradeIdentifier
Packages that use TradeIdentifier
-
Uses of TradeIdentifier in net.finmath.smartcontract.product.xml
Subclasses of TradeIdentifier in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclassA type defining one or more trade identifiers allocated to the trade by a party.classA type defining a trade identifier with a reference to the party that this trade is associated with.Fields in net.finmath.smartcontract.product.xml declared as TradeIdentifierModifier and TypeFieldDescriptionprotected TradeIdentifierPartyTradeIdentifier.blockTradeIdprotected TradeIdentifierAllocationApproved.blockTradeIdentifierprotected TradeIdentifierAllocationRefused.blockTradeIdentifierprotected TradeIdentifierRequestAllocation.blockTradeIdentifierprotected TradeIdentifierRequestAllocationRetracted.blockTradeIdentifierprotected TradeIdentifierCompressionActivity.replacementTradeIdentifierprotected TradeIdentifierApprovalStatusNotification.tradeIdentifierprotected TradeIdentifierEventIdentifier.tradeIdentifierFields in net.finmath.smartcontract.product.xml with type parameters of type TradeIdentifierModifier and TypeFieldDescriptionprotected List<TradeIdentifier> Allocation.allocationTradeIdprotected List<TradeIdentifier> PartyTradeIdentifier.allocationTradeIdprotected List<TradeIdentifier> PartyTradeIdentifier.originatingTradeIdprotected List<TradeIdentifier> CompressionActivity.originatingTradeIdentifierprotected List<TradeIdentifier> ClearingStatusItem.tradeIdentifierprotected List<TradeIdentifier> TradePackage.tradeIdentifierMethods in net.finmath.smartcontract.product.xml that return TradeIdentifierModifier and TypeMethodDescriptionObjectFactory.createTradeIdentifier()Create an instance ofTradeIdentifierPartyTradeIdentifier.getBlockTradeId()Gets the value of the blockTradeId property.AllocationApproved.getBlockTradeIdentifier()Gets the value of the blockTradeIdentifier property.AllocationRefused.getBlockTradeIdentifier()Gets the value of the blockTradeIdentifier property.RequestAllocation.getBlockTradeIdentifier()Gets the value of the blockTradeIdentifier property.RequestAllocationRetracted.getBlockTradeIdentifier()Gets the value of the blockTradeIdentifier property.CompressionActivity.getReplacementTradeIdentifier()Gets the value of the replacementTradeIdentifier property.ApprovalStatusNotification.getTradeIdentifier()Gets the value of the tradeIdentifier property.EventIdentifier.getTradeIdentifier()Gets the value of the tradeIdentifier property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type TradeIdentifierModifier and TypeMethodDescriptionAllocation.getAllocationTradeId()Gets the value of the allocationTradeId property.PartyTradeIdentifier.getAllocationTradeId()Gets the value of the allocationTradeId property.PartyTradeIdentifier.getOriginatingTradeId()Gets the value of the originatingTradeId property.CompressionActivity.getOriginatingTradeIdentifier()Gets the value of the originatingTradeIdentifier property.ClearingStatusItem.getTradeIdentifier()Gets the value of the tradeIdentifier property.TradePackage.getTradeIdentifier()Gets the value of the tradeIdentifier property.Methods in net.finmath.smartcontract.product.xml with parameters of type TradeIdentifierModifier and TypeMethodDescriptionvoidPartyTradeIdentifier.setBlockTradeId(TradeIdentifier value) Sets the value of the blockTradeId property.voidAllocationApproved.setBlockTradeIdentifier(TradeIdentifier value) Sets the value of the blockTradeIdentifier property.voidAllocationRefused.setBlockTradeIdentifier(TradeIdentifier value) Sets the value of the blockTradeIdentifier property.voidRequestAllocation.setBlockTradeIdentifier(TradeIdentifier value) Sets the value of the blockTradeIdentifier property.voidRequestAllocationRetracted.setBlockTradeIdentifier(TradeIdentifier value) Sets the value of the blockTradeIdentifier property.voidCompressionActivity.setReplacementTradeIdentifier(TradeIdentifier value) Sets the value of the replacementTradeIdentifier property.voidApprovalStatusNotification.setTradeIdentifier(TradeIdentifier value) Sets the value of the tradeIdentifier property.voidEventIdentifier.setTradeIdentifier(TradeIdentifier value) Sets the value of the tradeIdentifier property.