pub struct ClearingFeeIndicator;Expand description
ClearingFeeIndicator (635).
Implementations§
Source§impl ClearingFeeIndicator
impl ClearingFeeIndicator
pub const _1STYEARDELEGATE: &'static str = "1"
pub const _2NDYEARDELEGATE: &'static str = "2"
pub const _3RDYEARDELEGATE: &'static str = "3"
pub const _4THYEARDELEGATE: &'static str = "4"
pub const _5THYEARDELEGATE: &'static str = "5"
pub const _6THYEARDELEGATE: &'static str = "9"
pub const CBOEMEMBER: &'static str = "B"
pub const NONMEMBERCUSTOMER: &'static str = "C"
pub const EQUITYCLEARINGMEMBER: &'static str = "E"
pub const FULLASSOCIATEMEMBER: &'static str = "F"
pub const _106H106J: &'static str = "H"
pub const GIMIDEMCOMMEMBERSHIP: &'static str = "I"
pub const LESSEE106F: &'static str = "L"
pub const ALLOTHERS: &'static str = "M"
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClearingFeeIndicator
impl RefUnwindSafe for ClearingFeeIndicator
impl Send for ClearingFeeIndicator
impl Sync for ClearingFeeIndicator
impl Unpin for ClearingFeeIndicator
impl UnsafeUnpin for ClearingFeeIndicator
impl UnwindSafe for ClearingFeeIndicator
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