Instrument Validation Rule
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
instrument Type
Represents the type of the instrument.
fields
Rules for different instrument fields.