Automatically update custom field in all posts of a custom post type

the third argument of wp_schedule_event is a action to call :
https://codex.wordpress.org/Function_Reference/wp_schedule_event

then you need to hook the fonction at the action like this :

add_action("run_update_fecha_cron_job", "run_update_fecha_cron_job");