pub fn generate_fix_messages(
    fixt_xml_path: impl AsRef<Path>,
    fix_xml_path: impl AsRef<Path>,
    out_file: impl AsRef<Path>
) -> Result<(), Box<dyn Error + 'static>>