Skip to main content

query_crypto_order_info

Function query_crypto_order_info 

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

Query crypto order details through CMD20625 and merge them into order cache.

C++ 10.5.6508 NNProto_Trd_OrderCrypto.cpp:153-177 handles NotifyCryptoOrder by calling QueryOrderInfo with the pushed string order ids. Keep this detail path separate from the full recent-order list refresh so push updates only refresh the orders named by backend.