量化交易-彻悟科技

量化交易-彻悟科技


获取所有字段类型支持的表达式

<p><strong>简要描述:</strong> </p> <ul> <li>获取所有字段类型支持的表达式</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li>URL:<code>/ruleEngine/ruleconfig/getFieldExpression</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST 表单</li> </ul> <p><strong> 请求参数:</strong> 无</p> <p><strong>响应示例:</strong></p> <pre><code> { "msg": "success", "code": 0, "data": { { "string": [ // 字符串字段支持的表达式 {"key": "include", "name": "包含", "type", "all"}, {"key": "exclude", "name": "不包含", "type", "all"}, {"key": "=", "name": "=", "type", "all"}, {"key": "!=", "name": "!=", "type", "all"} ], "datatime": [ // 时间字段支持的表达式 {"key": "&gt;", "name": "&gt;", "type", "logic"}, {"key": "&lt;", "name": "&lt;", "type", "logic"}, {"key": "=", "name": "=", "type", "logic"}, {"key": "!=", "name": "!=", "type", "logic"}, {"key": "&gt;=", "name": "&gt;=", "type", "logic"}, {"key": "&lt;=", "name": "&lt;=", "type", "logic"}, {"key": "&lt;=and&lt;=", "name": "&lt;=and&lt;=", "type", "logic"}, {"key": "&lt;=and&lt;", "name": "&lt;=and&lt;", "type", "logic"}, {"key": "&lt;and&lt;=", "name": "&lt;and&lt;=", "type", "logic"}, {"key": "&lt;and&lt;", "name": "&lt;and&lt;", "type", "logic"}, {"key": "+", "name": "加", "type", "arithmetic"}, {"key": "-", "name": "减", "type", "arithmetic"}, ], "double": [ // 数值类型字段支持的表达式 {"key": "&gt;", "name": "&gt;", "type", "all"}, {"key": "&lt;", "name": "&lt;", "type", "all"}, {"key": "=", "name": "=", "type", "all"}, {"key": "!=", "name": "!=", "type", "all"}, {"key": "&gt;=", "name": "&gt;=", "type", "all"}, {"key": "&lt;=", "name": "&lt;=", "type", "all"}, {"key": "&lt;=and&lt;=", "name": "&lt;=and&lt;=", "type", "all"}, {"key": "&lt;=and&lt;", "name": "&lt;=and&lt;", "type", "all"}, {"key": "&lt;and&lt;=", "name": "&lt;and&lt;=", "type", "all"}, {"key": "&lt;and&lt;", "name": "&lt;and&lt;", "type", "all"} ] } } } </code></pre>

页面列表

ITEM_HTML