Uses of Class
net.finmath.smartcontract.product.xml.PartyTradeInformation
Packages that use PartyTradeInformation
-
Uses of PartyTradeInformation in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PartyTradeInformationModifier and TypeFieldDescriptionprotected PartyTradeInformation
CreditLimitInformation.partyInformation
Fields in net.finmath.smartcontract.product.xml with type parameters of type PartyTradeInformationModifier and TypeFieldDescriptionprotected List
<PartyTradeInformation> TradeHeader.partyTradeInformation
protected List
<PartyTradeInformation> TradeReferenceInformation.partyTradeInformation
Methods in net.finmath.smartcontract.product.xml that return PartyTradeInformationModifier and TypeMethodDescriptionObjectFactory.createPartyTradeInformation()
Create an instance ofPartyTradeInformation
CreditLimitInformation.getPartyInformation()
Gets the value of the partyInformation property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type PartyTradeInformationModifier and TypeMethodDescriptionTradeHeader.getPartyTradeInformation()
Gets the value of the partyTradeInformation property.TradeReferenceInformation.getPartyTradeInformation()
Gets the value of the partyTradeInformation property.Methods in net.finmath.smartcontract.product.xml with parameters of type PartyTradeInformationModifier and TypeMethodDescriptionvoid
CreditLimitInformation.setPartyInformation
(PartyTradeInformation value) Sets the value of the partyInformation property.