Enum easyfix_messages::fields::DayBookingInst  
source · pub enum DayBookingInst {
    CanTriggerBookingWithoutReferenceToTheOrderInitiator,
    SpeakWithOrderInitiatorBeforeBooking,
    Accumulate,
}Variants§
CanTriggerBookingWithoutReferenceToTheOrderInitiator
SpeakWithOrderInitiatorBeforeBooking
Accumulate
Implementations§
source§impl DayBookingInst
 
impl DayBookingInst
pub fn from_bytes(input: &[u8]) -> Option<DayBookingInst>
pub fn from_fix_str(input: &FixStr) -> Option<DayBookingInst>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for DayBookingInst
 
impl Clone for DayBookingInst
source§fn clone(&self) -> DayBookingInst
 
fn clone(&self) -> DayBookingInst
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 DayBookingInst
 
impl Debug for DayBookingInst
source§impl From<DayBookingInst> for &'static [u8]
 
impl From<DayBookingInst> for &'static [u8]
source§impl PartialEq<DayBookingInst> for DayBookingInst
 
impl PartialEq<DayBookingInst> for DayBookingInst
source§fn eq(&self, other: &DayBookingInst) -> bool
 
fn eq(&self, other: &DayBookingInst) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for DayBookingInst
 
impl ToFixString for DayBookingInst
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for DayBookingInst
 
impl TryFrom<u8> for DayBookingInst
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Char) -> Result<DayBookingInst, SessionRejectReason>
 
fn try_from(input: Char) -> Result<DayBookingInst, SessionRejectReason>
Performs the conversion.
impl Copy for DayBookingInst
impl Eq for DayBookingInst
impl StructuralEq for DayBookingInst
impl StructuralPartialEq for DayBookingInst
Auto Trait Implementations§
impl RefUnwindSafe for DayBookingInst
impl Send for DayBookingInst
impl Sync for DayBookingInst
impl Unpin for DayBookingInst
impl UnwindSafe for DayBookingInst
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