place_order

Function place_order 

Source
pub async fn place_order(
    client: &Arc<FutuClient>,
    env: &str,
    acc_id: u64,
    market: &str,
    side: &str,
    order_type: &str,
    code: &str,
    qty: f64,
    price: Option<f64>,
) -> Result<String>