RulePoint
- RulePoint 6.1.2
- All Products
${[topicProperty]([n])}
${[topicAlias].[topicProperty]([n])}
${[topicName].[topicProperty]([n])}
WHEN 3 stock s WITH symbol = "XYZ" AND price < 90 THEN EmailBrokerResponse WITH to="broker@company.com", body="XYZ is trading at the following prices. One price is ${s.price(1)}, another price is ${s.price(2)}, and the final price is ${s.price(3)}."