name: mock_source display_name: "Mock 自定义数据源" auth: type: none datasets: daily: url: http://127.0.0.1:3021/daily method: POST batch: 100 rpm: 200 response_path: data field_map: ts_code: symbol trade_date: date open: open high: high low: low close: close vol: volume amt: amount transforms: date: "parse_date(value, '%Y-%m-%d')" adj_factor: url: http://127.0.0.1:3021/adj_factor method: POST batch: 100 rpm: 200 response_path: data field_map: ts_code: symbol trade_date: trade_date factor: ex_factor transforms: trade_date: "parse_date(value, '%Y-%m-%d')" realtime: url: http://127.0.0.1:3021/realtime method: GET rpm: 60 response_path: data field_map: ts_code: symbol name: name last: last_price pre_close: prev_close open: open high: high low: low vol: volume amt: amount pct: change_pct amount_change: change_amount amplitude: amplitude turnover: turnover_rate timestamp: timestamp session: session