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 TradeId
CompressionActivity.replacementTradeId
protected TradeId
IssuerTradeId.tradeId
protected TradeId
ProductComponentIdentifier.tradeId
protected TradeId
TradeIdentifier.tradeId
protected TradeId
VersionedTradeId.tradeId
Fields 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 ofTradeId
CompressionActivity.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 TypeMethodDescriptionvoid
CompressionActivity.setReplacementTradeId
(TradeId value) Sets the value of the replacementTradeId property.void
IssuerTradeId.setTradeId
(TradeId value) Sets the value of the tradeId property.void
ProductComponentIdentifier.setTradeId
(TradeId value) Sets the value of the tradeId property.void
TradeIdentifier.setTradeId
(TradeId value) Sets the value of the tradeId property.void
VersionedTradeId.setTradeId
(TradeId value) Sets the value of the tradeId property.