Package net.finmath.smartcontract.model
Class MarginResult
java.lang.Object
net.finmath.smartcontract.model.MarginResult
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2026-01-15T11:50:55.243860+01:00[Europe/Berlin]")
public class MarginResult
extends Object
MarginResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringGet currency@NotNull StringGet valuationDate@NotNull @Valid BigDecimalgetValue()Get valueinthashCode()voidsetCurrency(String currency)voidsetValuationDate(String valuationDate)voidsetValue(BigDecimal value)toString()valuationDate(String valuationDate)value(BigDecimal value)
-
Constructor Details
-
MarginResult
public MarginResult()
-
-
Method Details
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
currency
-
getCurrency
Get currency- Returns:
- currency
-
setCurrency
-
valuationDate
-
getValuationDate
Get valuationDate- Returns:
- valuationDate
-
setValuationDate
-
equals
-
hashCode
public int hashCode() -
toString
-