pub enum AvailableSecurities { } impl AvailableSecurities { pub fn to_list() -> Vec<&'static str> { vec!() } }