Skip to main content

SymbolNormalizer

Trait SymbolNormalizer 

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

Required Methods§

Source

fn normalize(&self, instrument: &InstrumentRef) -> InstrumentRef

Implementors§