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