Skip to main content

query_crypto_order_fills_for_startup

Function query_crypto_order_fills_for_startup 

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

Startup-only current-fill read. CMD21237 carries the long account id but no cipher field; C++ permits this Login read before trade unlock.