pub fn parse_race_runner_data(
race_id: &str,
market_id: &str,
rrc: &RaceRunnerChange,
ts_event: UnixNanos,
ts_init: UnixNanos,
) -> Option<BetfairRaceRunnerData>Expand description
Parses a single RaceRunnerChange into a BetfairRaceRunnerData.
Returns None if the runner change has no selection ID.