pub struct SecurityIDSource;Expand description
SecurityIDSource (22).
Implementations§
Source§impl SecurityIDSource
impl SecurityIDSource
pub const CUSIP: &'static str = "1"
pub const SEDOL: &'static str = "2"
pub const QUIK: &'static str = "3"
pub const ISIN: &'static str = "4"
pub const RIC: &'static str = "5"
pub const ISOCURR: &'static str = "6"
pub const ISOCOUNTRY: &'static str = "7"
pub const EXCHSYMB: &'static str = "8"
pub const CTA: &'static str = "9"
pub const BLMBRG: &'static str = "A"
pub const WERTPAPIER: &'static str = "B"
pub const DUTCH: &'static str = "C"
pub const VALOREN: &'static str = "D"
pub const SICOVAM: &'static str = "E"
pub const BELGIAN: &'static str = "F"
pub const COMMON: &'static str = "G"
pub const CLEARINGHOUSE: &'static str = "H"
pub const FPML: &'static str = "I"
pub const OPTIONPRICEREPORTINGAUTHORITY: &'static str = "J"
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecurityIDSource
impl RefUnwindSafe for SecurityIDSource
impl Send for SecurityIDSource
impl Sync for SecurityIDSource
impl Unpin for SecurityIDSource
impl UnsafeUnpin for SecurityIDSource
impl UnwindSafe for SecurityIDSource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more