Skip to main content

client_order_id_to_cid

Function client_order_id_to_cid 

Source
pub fn client_order_id_to_cid(client_order_id: &ClientOrderId) -> u64
Expand 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.