pub enum OpenCloseSettlFlag {
DailyOpen,
SessionOpen,
DeliverySettlementEntry,
ExpectedEntry,
EntryFromPreviousBusinessDay,
TheoreticalPriceValue,
}Variants§
DailyOpen
SessionOpen
DeliverySettlementEntry
ExpectedEntry
EntryFromPreviousBusinessDay
TheoreticalPriceValue
Implementations§
Source§impl OpenCloseSettlFlag
impl OpenCloseSettlFlag
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for OpenCloseSettlFlag
impl Clone for OpenCloseSettlFlag
Source§fn clone(&self) -> OpenCloseSettlFlag
fn clone(&self) -> OpenCloseSettlFlag
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 OpenCloseSettlFlag
impl Debug for OpenCloseSettlFlag
Source§impl FromStr for OpenCloseSettlFlag
impl FromStr for OpenCloseSettlFlag
Source§impl Hash for OpenCloseSettlFlag
impl Hash for OpenCloseSettlFlag
Source§impl IntoFixValue for OpenCloseSettlFlag
impl IntoFixValue for OpenCloseSettlFlag
Source§impl PartialEq for OpenCloseSettlFlag
impl PartialEq for OpenCloseSettlFlag
impl Copy for OpenCloseSettlFlag
impl Eq for OpenCloseSettlFlag
impl StructuralPartialEq for OpenCloseSettlFlag
Auto Trait Implementations§
impl Freeze for OpenCloseSettlFlag
impl RefUnwindSafe for OpenCloseSettlFlag
impl Send for OpenCloseSettlFlag
impl Sync for OpenCloseSettlFlag
impl Unpin for OpenCloseSettlFlag
impl UnwindSafe for OpenCloseSettlFlag
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