pub fn encode_broker_id(
client_order_id: &ClientOrderId,
broker_id: &str,
) -> StringExpand description
Encodes a ClientOrderId into a Binance-compatible string with broker ID
prefix.
The encoding is deterministic and reversible with decode_broker_id.