pub enum OpenCloseSettleFlag {
SessionOpen,
DeliverySettlementEntry,
ExpectedEntry,
EntryFromPreviousBusinessDay,
DailyOpen,
}
Variants§
Implementations§
source§impl OpenCloseSettleFlag
impl OpenCloseSettleFlag
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for OpenCloseSettleFlag
impl Clone for OpenCloseSettleFlag
source§fn clone(&self) -> OpenCloseSettleFlag
fn clone(&self) -> OpenCloseSettleFlag
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 OpenCloseSettleFlag
impl Debug for OpenCloseSettleFlag
source§impl FromStr for OpenCloseSettleFlag
impl FromStr for OpenCloseSettleFlag
source§impl Hash for OpenCloseSettleFlag
impl Hash for OpenCloseSettleFlag
source§impl IntoFixValue for OpenCloseSettleFlag
impl IntoFixValue for OpenCloseSettleFlag
source§impl PartialEq for OpenCloseSettleFlag
impl PartialEq for OpenCloseSettleFlag
source§fn eq(&self, other: &OpenCloseSettleFlag) -> bool
fn eq(&self, other: &OpenCloseSettleFlag) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OpenCloseSettleFlag
impl Eq for OpenCloseSettleFlag
impl StructuralPartialEq for OpenCloseSettleFlag
Auto Trait Implementations§
impl RefUnwindSafe for OpenCloseSettleFlag
impl Send for OpenCloseSettleFlag
impl Sync for OpenCloseSettleFlag
impl Unpin for OpenCloseSettleFlag
impl UnwindSafe for OpenCloseSettleFlag
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