1. 示例-映射表使用统计计算数据

1.1. 统计结果事件名:statistics_result

   [
        "M06_1",
        "",
        "功率波动率(统计结果)",
        "AGT",
        {
            "uid": "ST1001",
            "type": "statistics",
            "block": "statistics",
            "event": "statistics_result",
            "object_id": "$ObjectID-0"
        },
        "data",
        "",
        "",
        {}
    ],

1.2. 统计实时结果事件名:statistics_realtime_result

注: 不要type

    [
        "M06_2",
        "",
        "功率波动率(统计实时结果)",
        "AGT",
        {
            "uid": "ST1001",
            "block": "statistics",
            "event": "statistics_realtime_result",
            "object_id": "$ObjectID-0"
        },
        "data.data",
        "",
        "",
        {}
    ],

1.3. 计算结果事件名:statistics_result

   [
        "M07_1",
        "",
        "功率波动率(计算结果)",
        "AGT",
        {
            "uid": "CALCULATE202212271736",
            "type": "calculate",
            "block": "statistics",
            "event": "statistics_result",
            "object_id": "$ObjectID-0"
        },
        "data",
        "",
        "",
        {}
    ],

1.4. 计算实时结果事件名:calculate_realtime_result

注: 不要type

    [
        "M07_2",
        "",
        "功率波动率(计算实时结果)",
        "AGT",
        {
            "uid": "CALCULATE202212271736",
            "block": "statistics",
            "event": "calculate_realtime_result",
            "object_id": "$ObjectID-0"
        },
        "data.data",
        "",
        "",
        {}
    ],
文档更新时间: 2025-07-03 10:04   作者:技术支持