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 TradeChangeContentConfirmationAgreed.changeprotected TradeChangeContentConfirmationDisputed.changeprotected TradeChangeContentEventProposedMatch.changeprotected TradeChangeContentEventsChoice.changeprotected TradeChangeContentExecutionAdvice.changeprotected TradeChangeContentExecutionAdviceRetracted.changeprotected TradeChangeContentTradeChangeAdvice.changeprotected TradeChangeContentTradeChangeAdviceRetracted.changeMethods in net.finmath.smartcontract.product.xml that return TradeChangeContentModifier and TypeMethodDescriptionObjectFactory.createTradeChangeContent()Create an instance ofTradeChangeContentConfirmationAgreed.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 TypeMethodDescriptionvoidConfirmationAgreed.setChange(TradeChangeContent value) Sets the value of the change property.voidConfirmationDisputed.setChange(TradeChangeContent value) Sets the value of the change property.voidEventProposedMatch.setChange(TradeChangeContent value) Sets the value of the change property.voidEventsChoice.setChange(TradeChangeContent value) Sets the value of the change property.voidExecutionAdvice.setChange(TradeChangeContent value) Sets the value of the change property.voidExecutionAdviceRetracted.setChange(TradeChangeContent value) Sets the value of the change property.voidTradeChangeAdvice.setChange(TradeChangeContent value) Sets the value of the change property.voidTradeChangeAdviceRetracted.setChange(TradeChangeContent value) Sets the value of the change property.