Skip to main content

request_skill_wrap

Function request_skill_wrap 

Source
async fn request_skill_wrap<Rsp>(
    client: &Arc<FutuClient>,
    proto_id: u32,
    decode_label: &str,
    stock_symbol: &str,
    body: Vec<u8>,
) -> Result<String>
where Rsp: Message + Default + SkillWrapRsp,