fetch_open_orders

Function fetch_open_orders 

Source
pub(crate) async fn fetch_open_orders(
    raw_http: &DydxRawHttpClient,
    address: &str,
) -> Result<Vec<Order>, Box<dyn Error>>