pub trait SymbolNormalizer { // Required method fn normalize(&self, instrument: &InstrumentRef) -> InstrumentRef; }