pub fn is_available(
info: &InstrumentInfo,
start: Option<UnixNanos>,
end: Option<UnixNanos>,
available_offset: Option<UnixNanos>,
effective: Option<UnixNanos>,
) -> bool
Expand description
Checks if an instrument is available and valid based on time constraints.