pub async fn get_ticker_statistic(
__arg0: State<RestState>,
__arg1: Json<Value>,
) -> Result<Json<Value>, (StatusCode, Json<Value>)>Expand description
v1.4.98 T2-3: 逐笔统计 TickerStatistic (cmd 6365).
POST /api/ticker-statistic ({"c2s": {"symbol": "HK.00700", ...}}).
daemon 内部 static_cache 解析 stock_id, 然后调 backend cmd 6365. 返均价 /
成交量 / 主买/主卖/中性量等统计概览.
前置: symbol 必须先 subscribe / get_static_info 触发 static_cache 填充.