xql_run
Execute an XQL query against live market data to get matching instruments. Validate the query first to catch syntax errors before spending a live-data round trip.
Instructions
Parse, plan, and execute an XQL query against live market data, returning matching instruments. Call xql_validate on the query first to catch syntax errors before spending a live-data round trip on this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Raw XQL query text |