Function convert_sdk_intent
pub fn convert_sdk_intent(
sdk_intent: &OrderIntent,
) -> Result<ConvertedIntent, ConvertError>Expand description
Convert an SDK OrderIntent into the journal’s core
representation, extracting venue_id and instrument_id for the envelope.
Returns ConvertError for time-in-force values not yet supported by the
core reducer.