Skip to main content

query_crypto_order_fees

Function query_crypto_order_fees 

Source
pub async fn query_crypto_order_fees(
    backend: &BackendConn,
    acc_id: u64,
    trd_cache: &TrdCache,
    order_ids: &[String],
) -> Result<Vec<CryptoOrderFeeInfo>>