InstrumentValidationRule

data class InstrumentValidationRule(val instrumentType: InstrumentType?, val fields: List<FieldValidationRules>)

Data class representing validation rules for a specific instrument type, that is applied to fields input by the user.

Parameters

instrumentType

Represents the type of the instrument.

fields

Rules for different instrument fields.

Constructors

Link copied to clipboard
constructor(instrumentType: InstrumentType?, fields: List<FieldValidationRules>)

Properties

Link copied to clipboard
Link copied to clipboard