Skip to main content

query_crypto_history_order_fills

Function query_crypto_history_order_fills 

Source
pub async fn query_crypto_history_order_fills(
    backend: &BackendConn,
    acc_id: u64,
    trd_cache: &TrdCache,
    start_micros: u64,
    end_micros: u64,
) -> Result<Vec<OrderFillInfo>>
Expand description

Query crypto history fills through CMD21234.

C++ 10.5.6508 NNProto_Trd_DealCrypto.cpp:402-418 sends inbound_oe::GetFillListByAccountAndTimeRangeRequest, with begin/end in microseconds and page size 2000.