Uses of Class
net.finmath.smartcontract.product.xml.TradeChangeContent
Packages that use TradeChangeContent
-
Uses of TradeChangeContent in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as TradeChangeContentModifier and TypeFieldDescriptionprotected TradeChangeContent
ConfirmationAgreed.change
protected TradeChangeContent
ConfirmationDisputed.change
protected TradeChangeContent
EventProposedMatch.change
protected TradeChangeContent
EventsChoice.change
protected TradeChangeContent
ExecutionAdvice.change
protected TradeChangeContent
ExecutionAdviceRetracted.change
protected TradeChangeContent
TradeChangeAdvice.change
protected TradeChangeContent
TradeChangeAdviceRetracted.change
Methods in net.finmath.smartcontract.product.xml that return TradeChangeContentModifier and TypeMethodDescriptionObjectFactory.createTradeChangeContent()
Create an instance ofTradeChangeContent
ConfirmationAgreed.getChange()
Gets the value of the change property.ConfirmationDisputed.getChange()
Gets the value of the change property.EventProposedMatch.getChange()
Gets the value of the change property.EventsChoice.getChange()
Gets the value of the change property.ExecutionAdvice.getChange()
Gets the value of the change property.ExecutionAdviceRetracted.getChange()
Gets the value of the change property.TradeChangeAdvice.getChange()
Gets the value of the change property.TradeChangeAdviceRetracted.getChange()
Gets the value of the change property.Methods in net.finmath.smartcontract.product.xml with parameters of type TradeChangeContentModifier and TypeMethodDescriptionvoid
ConfirmationAgreed.setChange(TradeChangeContent value)
Sets the value of the change property.void
ConfirmationDisputed.setChange(TradeChangeContent value)
Sets the value of the change property.void
EventProposedMatch.setChange(TradeChangeContent value)
Sets the value of the change property.void
EventsChoice.setChange(TradeChangeContent value)
Sets the value of the change property.void
ExecutionAdvice.setChange(TradeChangeContent value)
Sets the value of the change property.void
ExecutionAdviceRetracted.setChange(TradeChangeContent value)
Sets the value of the change property.void
TradeChangeAdvice.setChange(TradeChangeContent value)
Sets the value of the change property.void
TradeChangeAdviceRetracted.setChange(TradeChangeContent value)
Sets the value of the change property.