Operator used to check that a string field matches a particular regular expression where an exact case match is not necessary.
Operator used to check for an exact match between a field and a text or numeric value. For currency pair values, the rules are: - Filter with separator: Matches any currency pair where the pair's base currency matches the filter's base currency exactly, and where the pair's term currency begins with the filter's term currency. - Filter without separator: Matches any currency pair where the string representation of the filter is included in the pair.
Operator used to check that a field is greater than a particular value.
Operator used to check that a field is greater than or equal to a particular value.
Operator used to check that a field is less than a particular value.
Operator used to check that a field is less than or equal to a particular value.
Operator used to check that a field does not match a particular value.
Operator used to check for an exact match between a numeric field and value.
Operator used to check that a numeric field does not match a particular value.
Operator used to check that a string field matches a particular regular expression.
Operator used to check that a field matches a null value.
Generated using TypeDoc
Name
FilterExpressionOperator