const DEFAULT_QUOTE_VALID_FOR_MS: u64 = 25_000;Expand description
Fallback valid_for_ms applied when a quote provider omits the field on
an inbound RFQ response. Chosen to match the rfq-mm default and stay under
RfqConfig::max_valid_for_ms (30s).