fun query(queries: List<FixOf>, deadline: Instant): List<Fix>
This method will now wait until the given deadline if the fix for the given FixOf is not immediately available. To implement this, readWithDeadline will loop if the deadline is not reached and we throw UnknownFix as it implements RetryableException which has special meaning to this function.