Skip to main content

send_real_account_heartbeat

Function send_real_account_heartbeat 

Source
pub async fn send_real_account_heartbeat(
    backend: &BackendConn,
    account_ids: &[u64],
) -> Result<()>
Expand description

Queue CMD4700 on the same broker connection as the following real trade write. The response is intentionally not awaited: C++ sends this as a subscription refresh immediately before PlaceOrder and proceeds directly to the order request.