pub async fn get_security_snapshot( client: &FutuClient, securities: &[Security], ) -> Result<S2c>
获取股票快照(原始 proto 响应)
返回 Qot_GetSecuritySnapshot::S2C,因为 Snapshot 结构较复杂 (含正股/窝轮/期权/期货等不同额外数据),直接暴露 proto 类型。
Qot_GetSecuritySnapshot::S2C