Package net.finmath.smartcontract.model
Class MarginResult
java.lang.Object
net.finmath.smartcontract.model.MarginResult
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-03-05T11:55:17.433196+01:00[Europe/Berlin]")
public class MarginResult
extends Object
MarginResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull String
Get currency@NotNull String
Get valuationDate@NotNull @Valid BigDecimal
getValue()
Get valueint
hashCode()
void
setCurrency(String currency)
void
setValuationDate(String valuationDate)
void
setValue(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
-