get_orderbook

Function get_orderbook 

Source
pub async fn get_orderbook(
    client: &Arc<FutuClient>,
    symbol: &str,
    depth: i32,
) -> Result<String>