Uses of Class
net.finmath.smartcontract.product.xml.TradeIdentifier
-
Uses of TradeIdentifier in net.finmath.smartcontract.product.xml
Modifier and TypeClassDescriptionclass
A type defining one or more trade identifiers allocated to the trade by a party.class
A type defining a trade identifier with a reference to the party that this trade is associated with.Modifier and TypeFieldDescriptionprotected TradeIdentifier
PartyTradeIdentifier.blockTradeId
protected TradeIdentifier
AllocationApproved.blockTradeIdentifier
protected TradeIdentifier
AllocationRefused.blockTradeIdentifier
protected TradeIdentifier
RequestAllocation.blockTradeIdentifier
protected TradeIdentifier
RequestAllocationRetracted.blockTradeIdentifier
protected TradeIdentifier
CompressionActivity.replacementTradeIdentifier
protected TradeIdentifier
ApprovalStatusNotification.tradeIdentifier
protected TradeIdentifier
EventIdentifier.tradeIdentifier
Modifier and TypeFieldDescriptionprotected List
<TradeIdentifier> Allocation.allocationTradeId
protected List
<TradeIdentifier> PartyTradeIdentifier.allocationTradeId
protected List
<TradeIdentifier> PartyTradeIdentifier.originatingTradeId
protected List
<TradeIdentifier> CompressionActivity.originatingTradeIdentifier
protected List
<TradeIdentifier> ClearingStatusItem.tradeIdentifier
protected List
<TradeIdentifier> TradePackage.tradeIdentifier
Modifier and TypeMethodDescriptionObjectFactory.createTradeIdentifier()
Create an instance ofTradeIdentifier
PartyTradeIdentifier.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.Modifier 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.Modifier and TypeMethodDescriptionvoid
PartyTradeIdentifier.setBlockTradeId
(TradeIdentifier value) Sets the value of the blockTradeId property.void
AllocationApproved.setBlockTradeIdentifier
(TradeIdentifier value) Sets the value of the blockTradeIdentifier property.void
AllocationRefused.setBlockTradeIdentifier
(TradeIdentifier value) Sets the value of the blockTradeIdentifier property.void
RequestAllocation.setBlockTradeIdentifier
(TradeIdentifier value) Sets the value of the blockTradeIdentifier property.void
RequestAllocationRetracted.setBlockTradeIdentifier
(TradeIdentifier value) Sets the value of the blockTradeIdentifier property.void
CompressionActivity.setReplacementTradeIdentifier
(TradeIdentifier value) Sets the value of the replacementTradeIdentifier property.void
ApprovalStatusNotification.setTradeIdentifier
(TradeIdentifier value) Sets the value of the tradeIdentifier property.void
EventIdentifier.setTradeIdentifier
(TradeIdentifier value) Sets the value of the tradeIdentifier property.