Uses of Class
net.finmath.smartcontract.product.xml.TradeChangeContent
-
Uses of TradeChangeContent in net.finmath.smartcontract.product.xml
Modifier 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
Modifier 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.Modifier 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.