Table of Contents

Search

  1. Preface
  2. RulePoint
  3. RulePoint Concepts
  4. Using RulePoint
  5. RulePoint Objects
  6. Working with Topics
  7. Working with Connections
  8. Working with Sources
  9. Working with Responders
  10. Working with Responses
  11. Working with Watchlists
  12. Working with Analytics
  13. DRQL
  14. Working with Rules
  15. Working with Alerts
  16. Setting Access Controls
  17. Troubleshooting RulePoint Issues
  18. Connecting to an Ultra Messaging Application
  19. Creating an Ultra Messaging JMS Source

User Guide

User Guide

Using Quotation Marks

Using Quotation Marks

When you write rules, you must place quotation marks around string constant values and any item that contains a space.
For example, in the following rule, you must place the values for the symbol, to, and body parameters in quotation marks because they are string constant values. You must also place the name of the response in quotation marks because it contains a space.
WHEN 1 stock WITH symbol = "XYZ" AND price > 10 THEN "Email Response" WITH to="broker@company.com", body="stock quote update"
Do not place numeric values within quotation marks because RulePoint treats it as a string instead of a numeric value. In the example, notice that the value 10 is not in quotation marks.
Do not use quotation marks when specifying values in the rule wizard because RulePoint assumes them to be present in the appropriate locations.

0 COMMENTS

We’d like to hear from you!