pub enum ClearingFeeIndicator {
Show 14 variants
Firms106HAnd106J,
FifthYearDelegate,
FourthYearDelegate,
ThirdYearDelegate,
SecondYearDelegate,
FirstYearDelegate,
AllOtherOwnershipTypes,
Gim,
SixthYearDelegate,
FullAndAssociateMember,
EquityMemberAndClearingMember,
NonMemberAndCustomer,
CboeMember,
Lessee106FEmployees,
}Variants§
Firms106HAnd106J
FifthYearDelegate
FourthYearDelegate
ThirdYearDelegate
SecondYearDelegate
FirstYearDelegate
AllOtherOwnershipTypes
Gim
SixthYearDelegate
FullAndAssociateMember
EquityMemberAndClearingMember
NonMemberAndCustomer
CboeMember
Lessee106FEmployees
Implementations§
Source§impl ClearingFeeIndicator
impl ClearingFeeIndicator
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for ClearingFeeIndicator
impl Clone for ClearingFeeIndicator
Source§fn clone(&self) -> ClearingFeeIndicator
fn clone(&self) -> ClearingFeeIndicator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClearingFeeIndicator
impl Debug for ClearingFeeIndicator
Source§impl FromStr for ClearingFeeIndicator
impl FromStr for ClearingFeeIndicator
Source§impl Hash for ClearingFeeIndicator
impl Hash for ClearingFeeIndicator
Source§impl IntoFixValue for ClearingFeeIndicator
impl IntoFixValue for ClearingFeeIndicator
Source§impl PartialEq for ClearingFeeIndicator
impl PartialEq for ClearingFeeIndicator
impl Copy for ClearingFeeIndicator
impl Eq for ClearingFeeIndicator
impl StructuralPartialEq for ClearingFeeIndicator
Auto Trait Implementations§
impl Freeze for ClearingFeeIndicator
impl RefUnwindSafe for ClearingFeeIndicator
impl Send for ClearingFeeIndicator
impl Sync for ClearingFeeIndicator
impl Unpin 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