Uses of Class
net.finmath.smartcontract.product.xml.TradeReferenceInformation
Packages that use TradeReferenceInformation
-
Uses of TradeReferenceInformation in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as TradeReferenceInformationModifier and TypeFieldDescriptionprotected TradeReferenceInformation
ClearingStatusItem.tradeReferenceInformation
protected TradeReferenceInformation
ConsentGranted.tradeReferenceInformation
protected TradeReferenceInformation
ConsentRefused.tradeReferenceInformation
protected TradeReferenceInformation
EventRequestAcknowledgement.tradeReferenceInformation
protected TradeReferenceInformation
RequestTradeReferenceInformationUpdate.tradeReferenceInformation
protected TradeReferenceInformation
RequestTradeReferenceInformationUpdateRetracted.tradeReferenceInformation
protected TradeReferenceInformation
TradeWrapper.tradeReferenceInformation
Fields in net.finmath.smartcontract.product.xml with type parameters of type TradeReferenceInformationModifier and TypeFieldDescriptionprotected List
<TradeReferenceInformation> TradePackage.tradeReferenceInformationModel
Methods in net.finmath.smartcontract.product.xml that return TradeReferenceInformationModifier and TypeMethodDescriptionObjectFactory.createTradeReferenceInformation()
Create an instance ofTradeReferenceInformation
ClearingStatusItem.getTradeReferenceInformation()
Gets the value of the tradeReferenceInformation property.ConsentGranted.getTradeReferenceInformation()
Gets the value of the tradeReferenceInformation property.ConsentRefused.getTradeReferenceInformation()
Gets the value of the tradeReferenceInformation property.EventRequestAcknowledgement.getTradeReferenceInformation()
Gets the value of the tradeReferenceInformation property.RequestTradeReferenceInformationUpdate.getTradeReferenceInformation()
Gets the value of the tradeReferenceInformation property.RequestTradeReferenceInformationUpdateRetracted.getTradeReferenceInformation()
Gets the value of the tradeReferenceInformation property.TradeWrapper.getTradeReferenceInformation()
Gets the value of the tradeReferenceInformation property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type TradeReferenceInformationModifier and TypeMethodDescriptionTradePackage.getTradeReferenceInformationModel()
Gets the value of the tradeReferenceInformationModel property.Methods in net.finmath.smartcontract.product.xml with parameters of type TradeReferenceInformationModifier and TypeMethodDescriptionvoid
ClearingStatusItem.setTradeReferenceInformation
(TradeReferenceInformation value) Sets the value of the tradeReferenceInformation property.void
ConsentGranted.setTradeReferenceInformation
(TradeReferenceInformation value) Sets the value of the tradeReferenceInformation property.void
ConsentRefused.setTradeReferenceInformation
(TradeReferenceInformation value) Sets the value of the tradeReferenceInformation property.void
EventRequestAcknowledgement.setTradeReferenceInformation
(TradeReferenceInformation value) Sets the value of the tradeReferenceInformation property.void
RequestTradeReferenceInformationUpdate.setTradeReferenceInformation
(TradeReferenceInformation value) Sets the value of the tradeReferenceInformation property.void
RequestTradeReferenceInformationUpdateRetracted.setTradeReferenceInformation
(TradeReferenceInformation value) Sets the value of the tradeReferenceInformation property.void
TradeWrapper.setTradeReferenceInformation
(TradeReferenceInformation value) Sets the value of the tradeReferenceInformation property.