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 copy 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
source§fn eq(&self, other: &CollAsgnReason) -> bool
fn eq(&self, other: &CollAsgnReason) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CollAsgnReason
impl Eq for CollAsgnReason
impl StructuralPartialEq for CollAsgnReason
Auto Trait Implementations§
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