ConfigurationInputEnum Enum
Specifies the configuration input for the request to place a quote.
Usage
Use these enum values for the configurationInputEnum property in the PlaceQuoteRLMApexProcessor class.
Enum Values
The placequote.ConfigurationInputEnum enum has these values.
Value | Description |
---|---|
RunAndAllowErrors | Run the configuration and proceed with order ingestion upon encountering any configuration errors. |
RunAndBlockErrors | Run the configuration and block order ingestion upon encountering any configuration errors. |
Skip | Skip the configuration execution. |