pub fn client_order_id_to_cid(client_order_id: &ClientOrderId) -> u64Expand description
Converts a [ClientOrderId] to a 64-bit unsigned integer for AX cid field.
Uses a deterministic hash of the client order ID string to produce a u64 value that can be used for order correlation.