pub enum CollAsgnReason {
Initial = 0,
Scheduled = 1,
TimeWarning = 2,
MarginDeficiency = 3,
MarginExcess = 4,
ForwardCollateralDemand = 5,
EventOfDefault = 6,
AdverseTaxEvent = 7,
}Variants§
Initial = 0
Scheduled = 1
TimeWarning = 2
MarginDeficiency = 3
MarginExcess = 4
ForwardCollateralDemand = 5
EventOfDefault = 6
AdverseTaxEvent = 7
Implementations§
Source§impl CollAsgnReason
impl CollAsgnReason
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for CollAsgnReason
impl Clone for CollAsgnReason
Source§fn clone(&self) -> CollAsgnReason
fn clone(&self) -> CollAsgnReason
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 CollAsgnReason
impl Debug for CollAsgnReason
Source§impl FromStr for CollAsgnReason
impl FromStr for CollAsgnReason
Source§impl Hash for CollAsgnReason
impl Hash for CollAsgnReason
Source§impl IntoFixValue for CollAsgnReason
impl IntoFixValue for CollAsgnReason
Source§impl PartialEq for CollAsgnReason
impl PartialEq for CollAsgnReason
impl Copy for CollAsgnReason
impl Eq for CollAsgnReason
impl StructuralPartialEq for CollAsgnReason
Auto Trait Implementations§
impl Freeze for CollAsgnReason
impl RefUnwindSafe for CollAsgnReason
impl Send for CollAsgnReason
impl Sync for CollAsgnReason
impl Unpin for CollAsgnReason
impl UnwindSafe for CollAsgnReason
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