pub enum SettlmntTyp {
Regular,
Cash,
NextDay,
TPlus2,
TPlus3,
TPlus4,
Future,
WhenAndIfIssued,
SellersOption,
TPlus5,
}Variants§
Implementations§
Source§impl SettlmntTyp
impl SettlmntTyp
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for SettlmntTyp
impl Clone for SettlmntTyp
Source§fn clone(&self) -> SettlmntTyp
fn clone(&self) -> SettlmntTyp
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 SettlmntTyp
impl Debug for SettlmntTyp
Source§impl FromStr for SettlmntTyp
impl FromStr for SettlmntTyp
Source§impl Hash for SettlmntTyp
impl Hash for SettlmntTyp
Source§impl IntoFixValue for SettlmntTyp
impl IntoFixValue for SettlmntTyp
Source§impl PartialEq for SettlmntTyp
impl PartialEq for SettlmntTyp
impl Copy for SettlmntTyp
impl Eq for SettlmntTyp
impl StructuralPartialEq for SettlmntTyp
Auto Trait Implementations§
impl Freeze for SettlmntTyp
impl RefUnwindSafe for SettlmntTyp
impl Send for SettlmntTyp
impl Sync for SettlmntTyp
impl Unpin for SettlmntTyp
impl UnwindSafe for SettlmntTyp
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