pub const BETFAIR_CUSTOMER_ORDER_REF_MAX_LEN: usize = 32;Expand description
Maximum length for the customer_order_ref field on place instructions.
Betfair silently truncates longer references. We take the last 32 characters of the client order ID to preserve the high-entropy suffix (UUID tail).