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 PartyTradeInformationCreditLimitInformation.partyInformationFields in net.finmath.smartcontract.product.xml with type parameters of type PartyTradeInformationModifier and TypeFieldDescriptionprotected List<PartyTradeInformation> TradeHeader.partyTradeInformationprotected List<PartyTradeInformation> TradeReferenceInformation.partyTradeInformationMethods in net.finmath.smartcontract.product.xml that return PartyTradeInformationModifier and TypeMethodDescriptionObjectFactory.createPartyTradeInformation()Create an instance ofPartyTradeInformationCreditLimitInformation.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 TypeMethodDescriptionvoidCreditLimitInformation.setPartyInformation(PartyTradeInformation value) Sets the value of the partyInformation property.