Uses of Class
net.finmath.smartcontract.product.xml.TradeId
Packages that use TradeId
-
Uses of TradeId in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as TradeIdModifier and TypeFieldDescriptionprotected TradeIdCompressionActivity.replacementTradeIdprotected TradeIdIssuerTradeId.tradeIdprotected TradeIdProductComponentIdentifier.tradeIdprotected TradeIdTradeIdentifier.tradeIdprotected TradeIdVersionedTradeId.tradeIdFields in net.finmath.smartcontract.product.xml with type parameters of type TradeIdMethods in net.finmath.smartcontract.product.xml that return TradeIdModifier and TypeMethodDescriptionObjectFactory.createTradeId()Create an instance ofTradeIdCompressionActivity.getReplacementTradeId()Gets the value of the replacementTradeId property.IssuerTradeId.getTradeId()Gets the value of the tradeId property.ProductComponentIdentifier.getTradeId()Gets the value of the tradeId property.TradeIdentifier.getTradeId()Gets the value of the tradeId property.VersionedTradeId.getTradeId()Gets the value of the tradeId property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type TradeIdModifier and TypeMethodDescriptionCompressionActivity.getOriginatingTradeId()Gets the value of the originatingTradeId property.Portfolio.getTradeId()Gets the value of the tradeId property.Methods in net.finmath.smartcontract.product.xml with parameters of type TradeIdModifier and TypeMethodDescriptionvoidCompressionActivity.setReplacementTradeId(TradeId value) Sets the value of the replacementTradeId property.voidIssuerTradeId.setTradeId(TradeId value) Sets the value of the tradeId property.voidProductComponentIdentifier.setTradeId(TradeId value) Sets the value of the tradeId property.voidTradeIdentifier.setTradeId(TradeId value) Sets the value of the tradeId property.voidVersionedTradeId.setTradeId(TradeId value) Sets the value of the tradeId property.