Class InstrumentTradePrincipal
java.lang.Object
net.finmath.smartcontract.product.xml.InstrumentTradePrincipal
A structure describing the value in "native" currency of an instrument that
was traded.
Java class for InstrumentTradePrincipal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InstrumentTradePrincipal"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="principalAmount" type="{http://www.fpml.org/FpML-5/confirmation}NetAndGross" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the principalAmount property.void
setPrincipalAmount
(NetAndGross value) Sets the value of the principalAmount property.
-
Field Details
-
principalAmount
-
-
Constructor Details
-
InstrumentTradePrincipal
public InstrumentTradePrincipal()
-
-
Method Details
-
getPrincipalAmount
Gets the value of the principalAmount property.- Returns:
- possible object is
NetAndGross
-
setPrincipalAmount
Sets the value of the principalAmount property.- Parameters:
value
- allowed object isNetAndGross
-