pub fn make_customer_order_ref(client_order_id: &str) -> StringExpand description
Truncates a client order ID to a Betfair customer_order_ref.
Takes the last 32 characters to preserve the high-entropy UUID suffix. Returns the full string if it is already 32 characters or shorter.