pub fn normalize_instrument_id(
exchange: &TardisExchange,
symbol: Ustr,
instrument_type: &TardisInstrumentType,
is_inverse: Option<bool>,
) -> InstrumentId
Expand description
Parses a Nautilus instrument ID with a normalized symbol from the given Tardis exchange
and symbol
values.