Record Class PreTradeLimitChecker.CheckResult
java.lang.Object
java.lang.Record
com.quantfinlib.risk.PreTradeLimitChecker.CheckResult
- Enclosing class:
PreTradeLimitChecker
-
Constructor Summary
ConstructorsConstructorDescriptionCheckResult(boolean approved, List<String> violations) Creates an instance of aCheckResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptionbooleanapproved()Returns the value of theapprovedrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.Returns the value of theviolationsrecord component.
-
Constructor Details
-
CheckResult
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
approved
public boolean approved()Returns the value of theapprovedrecord component.- Returns:
- the value of the
approvedrecord component
-
violations
-